mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
chore: ad release label
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
const features = ["social sign-in", "email and password", "two-factor"]
|
||||
import { Button } from '@/components/ui/button';
|
||||
const features = ["social sign-in", "email and password", "two-factor"];
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { useSession } from "~/lib/auth-client";
|
||||
|
||||
definePageMeta({
|
||||
layout: "default"
|
||||
})
|
||||
layout: "default",
|
||||
});
|
||||
|
||||
const session = useSession()
|
||||
const session = useSession();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user