diff --git a/src/components/Head.astro b/src/components/Head.astro new file mode 100644 index 0000000..f703729 --- /dev/null +++ b/src/components/Head.astro @@ -0,0 +1,9 @@ +--- +const { Title } = Astro.props +--- + +
+ + +Email: {AN ? None : {user.email}}
-ID: {user.$id}
- -Name: {AN ? Anonymous : {user.name}}
-Created at: {user.$createdAt}
-Last login: {user.accessedAt}
-Last updated: {user.$updatedAt}
-Labels: - {user.labels.map((data) => -
Plan: {user_plan}
+Display Name: {displayName}
+Email: {email}
+ID: {id}
+Created at: {createDate}
+Lasted login: {lastSignInDate}
+Theme: {user_theme}
+Color Scheme: {user_color_scheme}
+ {user_beta ? + + : + + } + +Do you want to delete your accout?
+Your account is verified
- : -Your account is not verified
+ -{AN ? -This is an anonmyous account.
- : -Not an anonmyous account.
+ \ No newline at end of file diff --git a/src/pages/creator/C6nSFpj9HTCZ5t-N3Rm3-HA.astro b/src/pages/creator/C6nSFpj9HTCZ5t-N3Rm3-HA.astro new file mode 100644 index 0000000..4ab26d2 --- /dev/null +++ b/src/pages/creator/C6nSFpj9HTCZ5t-N3Rm3-HA.astro @@ -0,0 +1,26 @@ +--- +import Base from "@layouts/Base.astro" +const CreatorId = Astro.url.href.split("creator/").pop() +import { supabase } from "@library/supabase" +const { data: { user } } = await supabase.auth.getUser() +const id = user?.id + +let { data: subs } = await supabase + .from('subs') + .select("*") + .eq('UserSubscribed', id) + .eq('Id', CreatorId) +--- + +Vsause
+Already have an account? Sign In.
+ ++ Or with +
+ + diff --git a/src/pages/reset-password.astro b/src/pages/reset-password.astro new file mode 100644 index 0000000..e4ee3f2 --- /dev/null +++ b/src/pages/reset-password.astro @@ -0,0 +1,32 @@ +--- +import Base from "@layouts/Base.astro" +--- + +Don't have an account? Sign Up.
+ + +