You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/Login.jsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ function TooltipFocus() {
47
47
return(
48
48
<Tooltip
49
49
label={
50
-
valid ? 'All good right now! until you check out dev console 🤣 but it still works' : 'Password must include at least 6 characters, and a donative for this project too 😛'
50
+
valid ? 'All good! 🤣' : 'Password must include at least 6 characters, and a donative for this project too 😛'
0 commit comments