mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Improve wording on toast message
This commit is contained in:
@@ -123,7 +123,7 @@ export const Mfa = ({ successCallback, closeMfa, hideLogo, email, method }: Prop
|
||||
setTriesLeft(newTriesLeft);
|
||||
if (newTriesLeft <= 0) {
|
||||
createNotification({
|
||||
text: "User is temporary locked due to multiple failed login attempts. Try again after 5 minutes. You can also reset your password now to proceed.",
|
||||
text: "User is temporary locked due to multiple failed login attempts. Try again later. You can also reset your password now to proceed.",
|
||||
type: "error"
|
||||
});
|
||||
setIsLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user