Rename LogInPassword

This commit is contained in:
Jon Staab
2024-11-27 09:12:27 -08:00
parent a58fc68235
commit c2aa829334
5 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -38,7 +38,7 @@
}
}
const signupBurrow = withLoading(async () => {
const signupPassword = withLoading(async () => {
const res = await postJson(BURROW_URL + "/user", {email, password})
if (res.error) {
@@ -93,7 +93,7 @@
const signup = () => {
if (BURROW_URL) {
signupBurrow()
signupPassword()
} else {
signupNsecApp()
}