Skip to content

Commit 8a26b11

Browse files
committed
Use emit instead of hook mounted, because mounted doesn't await the function
1 parent df03115 commit 8a26b11

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

auth-web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

auth-web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth-web",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"appName": "Auth Web",
55
"sbcName": "SBC Common Components",
66
"private": true,
@@ -38,7 +38,7 @@
3838
"pinia": "^2.1.6",
3939
"pinia-class": "^0.0.3",
4040
"sanitize-html": "^2.13.0",
41-
"sbc-common-components": "^3.1.2",
41+
"sbc-common-components": "^3.1.3",
4242
"vue": "2.6.14",
4343
"vue-auto-resize": "^1.0.1",
4444
"vue-debounce-decorator": "^1.0.1",

auth-web/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
:redirect-on-logout="logoutUrl"
1616
@account-switch-started="startAccountSwitch"
1717
@account-switch-completed="completeAccountSwitch"
18-
@hook:mounted="setup"
18+
@account-data-loaded="setup"
1919
>
2020
<template #login-button-text>
2121
Log in with BC Services Card

0 commit comments

Comments
 (0)