Removed Tenant from Dropdown

This commit is contained in:
2023-11-26 17:45:09 +01:00
parent dea4f7eddc
commit 7cc942b42f
2 changed files with 5 additions and 5 deletions

View File

@@ -3,8 +3,8 @@ const supabase = useSupabaseClient()
const user = useSupabaseUser()
const router = useRouter()
const email = ref("f.federspiel@federspiel.tech")
const password = ref("Open@all4me!")
const email = ref("")
const password = ref("")
const onSubmit = async () => {