aboutsummaryrefslogtreecommitdiff
path: root/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.tsx')
-rw-r--r--src/App.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/App.tsx b/src/App.tsx
index 47d2f05..e5d3328 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -90,15 +90,6 @@ const App = ({
}
});
};
- // if (!username) {
- // var newName = prompt(home.userNamePrompt) as string;
- // while (!validateName(newName)) {
- // console.log(newName);
-
- // prompt("Username invalid! Please enter again.") as string;
- // }
- // setUsername(newName);
- // }
if (!login) {
return <></>;
} else