feat: Account settings page title
This commit is contained in:
parent
ab05344e8e
commit
e8c155b5db
@ -11,6 +11,10 @@
|
|||||||
let open: boolean = $state(false);
|
let open: boolean = $state(false);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>SVChat | Account Settings</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
<main class="abs-center w-2/3">
|
<main class="abs-center w-2/3">
|
||||||
<div class="relative grid w-full grid-cols-1 gap-3 md:grid-cols-2">
|
<div class="relative grid w-full grid-cols-1 gap-3 md:grid-cols-2">
|
||||||
<UpdatePassword data={data.newpassForm} />
|
<UpdatePassword data={data.newpassForm} />
|
||||||
|
Loading…
Reference in New Issue
Block a user