From afdeeb686f3aa022bec19084a337e233c622b4e3 Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 27 Aug 2023 22:28:34 -0400 Subject: pre backend update client performance bufs and fixes --- front-end/src/views/Login/social/[type].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'front-end/src/views/Login/social') 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(loginUrl, { nonce: nonce.value }) -- cgit