summaryrefslogtreecommitdiff
path: root/front-end/src/views/Login/social
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/views/Login/social')
-rw-r--r--front-end/src/views/Login/social/[type].vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/front-end/src/views/Login/social/[type].vue b/front-end/src/views/Login/social/[type].vue
index da1aa25..217e89c 100644
--- a/front-end/src/views/Login/social/[type].vue
+++ b/front-end/src/views/Login/social/[type].vue
@@ -80,7 +80,7 @@ const run = async () => {
// If nonce is set, then we can proceed with finalization
await apiCall(async ({ axios }) => {
- const preppedLogin = prepareLogin()
+ const preppedLogin = await prepareLogin()
// Send the login request
const { data } = await axios.post<ITokenResponse>(loginUrl, { nonce: nonce.value })