diff --git a/waltid-applications/waltid-web-wallet/apps/waltid-dev-wallet/src/pages/login.vue b/waltid-applications/waltid-web-wallet/apps/waltid-dev-wallet/src/pages/login.vue index afe0f5232..853009094 100644 --- a/waltid-applications/waltid-web-wallet/apps/waltid-dev-wallet/src/pages/login.vue +++ b/waltid-applications/waltid-web-wallet/apps/waltid-dev-wallet/src/pages/login.vue @@ -21,10 +21,8 @@ sign up for your SSI wallet - - ! + >sign up for your SSI wallet! +

@@ -407,7 +405,7 @@ async function login() { { email: emailInput, password: passwordInput, type: "email" }, { callbackUrl: signInRedirectUrl.value } ) - .then(() =>{ + .then(() => { user.value = { id: "", friendlyName: userData.email @@ -488,7 +486,7 @@ async function openWeb3() { const result = await verificationResponse.json(); console.log("Verification result: ", result); - await authnzLogin(address, result.token) + await authnzLogin(address, result.token); } definePageMeta({