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