fix navigating to key page & handle empty input values on submit

This commit is contained in:
Bekbolsun
2024-02-02 14:30:49 +06:00
parent e5d2b8808b
commit fabc920563
9 changed files with 242 additions and 75 deletions

View File

@@ -37,6 +37,7 @@ export const ModalSignUp = () => {
)
const handleSubmit = async (e: React.FormEvent) => {
if (!enteredValue.trim().length) return
e.preventDefault()
try {
const k: any = await swicCall('generateKey')