advance
This commit is contained in:
9
app/(auth)/auth/signup/page.tsx
Normal file → Executable file
9
app/(auth)/auth/signup/page.tsx
Normal file → Executable file
@@ -81,6 +81,15 @@ export default function SignupPage() {
|
||||
Login
|
||||
</Link>
|
||||
</p>
|
||||
<p className="mt-2 text-sm text-slate-600">
|
||||
Are you a teacher?{" "}
|
||||
<Link className="font-semibold text-brand" href="/auth/login?role=teacher">
|
||||
Login here
|
||||
</Link>
|
||||
</p>
|
||||
<p className="mt-2 text-xs text-slate-500">
|
||||
Teacher accounts are invite-only. If you received an invite, use the email provided.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user