mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
text
This commit is contained in:
@ -44,7 +44,7 @@ export default function Login() {
|
||||
redirect: false,
|
||||
}),
|
||||
{
|
||||
loading: "Loggin in...",
|
||||
loading: "Logging in...",
|
||||
success: "Login successful.",
|
||||
error: "Could not log in :/",
|
||||
},
|
||||
|
||||
@ -54,7 +54,7 @@ const userNavigation = [
|
||||
const res: any = await toast.promise(
|
||||
signOut({ callbackUrl: "/login" }),
|
||||
{
|
||||
loading: "Logging out",
|
||||
loading: "Logging out...",
|
||||
success: "Your are logged out.",
|
||||
error: "Could not log out :/",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user