This commit is contained in:
Drazen Urch
2021-09-16 18:02:15 +02:00
parent f33defc645
commit f6c316eea9
+1 -1
View File
@@ -74,7 +74,7 @@ const SignInContent = ({
showCreateAccount: () => void
}) => {
const [mnemonic, setMnemonic] = useState<string>(
'alley mutual arrange escape army vacuum cherry ozone frame steel current smile dad subject primary foster lazy want perfect fury general eye cannon motor'
'menmonic phrase'
)
const [inputError, setInputError] = useState<string>()
const [isLoading, setIsLoading] = useState(false)