mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-28 21:57:23 +02:00
💄 Add loading ui to auth pages (#953)
This commit is contained in:
parent
de2ebf567a
commit
28599e7a78
4 changed files with 15 additions and 12 deletions
|
@ -25,7 +25,7 @@ import { emailClient } from "@/utils/emails";
|
|||
|
||||
const providers: Provider[] = [
|
||||
// When a user registers, we don't want to go through the email verification process
|
||||
// so this providers allows us exchange the registration token for a session token
|
||||
// so this provider allows us exchange the registration token for a session token
|
||||
CredentialsProvider({
|
||||
id: "registration-token",
|
||||
name: "Registration Token",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue