mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Clean
This commit is contained in:
@@ -38,7 +38,7 @@ function OnboardingScreen({
|
||||
if (welcomeTitle) {
|
||||
const timer = setTimeout(() => {
|
||||
setShowWelcome(false)
|
||||
}, 3000)
|
||||
}, 2000)
|
||||
return () => clearTimeout(timer)
|
||||
}
|
||||
}, [welcomeTitle])
|
||||
|
||||
@@ -66,7 +66,7 @@ export default function SignupPage() {
|
||||
|
||||
const [isSubmitting, setIsSubmitting] = useState(false)
|
||||
|
||||
// When a profile already exists (e.g. user pressed browser back after submitting),
|
||||
// When a profile already exists (e.g., when the user pressed browser back after submitting),
|
||||
// lock the username and display name fields so they can't be changed.
|
||||
const [isLocked, setIsLocked] = useState(false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user