diff --git a/tauri-wallet/src/routes/sign-in.tsx b/tauri-wallet/src/routes/sign-in.tsx index cc1a60f262..3b7f397f62 100644 --- a/tauri-wallet/src/routes/sign-in.tsx +++ b/tauri-wallet/src/routes/sign-in.tsx @@ -74,7 +74,7 @@ const SignInContent = ({ showCreateAccount: () => void }) => { const [mnemonic, setMnemonic] = useState( - '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() const [isLoading, setIsLoading] = useState(false)