0.0.8.1
This commit is contained in:
@@ -86,12 +86,6 @@ export default function RegisterPage() {
|
||||
</Alert>
|
||||
)}
|
||||
|
||||
<Alert className="bg-blue-50 border-blue-200 dark:bg-blue-950 dark:border-blue-800">
|
||||
<AlertDescription className="text-sm text-blue-800 dark:text-blue-200">
|
||||
💡 系统已有测试账号,建议直接<Link href="/auth/signin" className="underline font-semibold">登录</Link>使用
|
||||
</AlertDescription>
|
||||
</Alert>
|
||||
|
||||
<div className="space-y-2">
|
||||
<Label htmlFor="name">姓名</Label>
|
||||
<Input
|
||||
@@ -144,7 +138,7 @@ export default function RegisterPage() {
|
||||
</div>
|
||||
</CardContent>
|
||||
|
||||
<CardFooter className="flex flex-col space-y-4">
|
||||
<CardFooter className="flex flex-col space-y-4 pt-6">
|
||||
<Button
|
||||
type="submit"
|
||||
className="w-full"
|
||||
|
||||
Reference in New Issue
Block a user