minor improvements:
- page titles - favicon - background logo
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
if (redirect && user.name) location.href = redirect;
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Umbrella – {t('user')}: {user?.name}</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1>{t('user_module')}</h1>
|
||||
|
||||
<Profile />
|
||||
|
||||
Reference in New Issue
Block a user