💄 Add loading ui to auth pages (#953)

This commit is contained in:
Luke Vella 2023-12-04 11:57:10 +07:00 committed by GitHub
parent de2ebf567a
commit 28599e7a78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 12 deletions

View file

@ -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",