We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@
1 parent 29d1ac0 commit cc1481aCopy full SHA for cc1481a
1 file changed
app/components/Header/AuthModal.client.vue
@@ -22,7 +22,7 @@ async function handleCreateAccount() {
22
23
async function handleLogin() {
24
if (handleInput.value) {
25
- await authRedirect(handleInput.value)
+ await authRedirect(handleInput.value.trim().replace('@', ''))
26
}
27
28
</script>
0 commit comments