-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
23207 - Product Selection and Payment Method Changes #3205
Conversation
…-remove-account-type # Conflicts: # auth-web/package-lock.json # auth-web/package.json
…-remove-account-type
Temporary Url for review: https://bcregistry-account-dev--pr-3205-ytwuu1kp.web.app |
/gcbrun |
Temporary Url for review: https://bcregistry-account-dev--pr-3205-ytwuu1kp.web.app |
/gcbrun |
Temporary Url for review: https://bcregistry-account-dev--pr-3205-ytwuu1kp.web.app |
/gcbrun |
Temporary Url for review: https://bcregistry-account-dev--pr-3205-ytwuu1kp.web.app |
/gcbrun |
Temporary Url for review: https://bcregistry-account-dev--pr-3205-ytwuu1kp.web.app |
@@ -31,7 +30,9 @@ export const useUserStore = defineStore('user', () => { | |||
userProfileData: undefined as UserProfileData, | |||
redirectAfterLoginUrl: '' as string, | |||
roleInfos: undefined as RoleInfo[], | |||
currentUserAccountSettings: undefined as UserSettings[] | |||
currentUserAccountSettings: undefined as UserSettings[], | |||
accountSettingWarning: false as boolean, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO these both need to get moved to Org store?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix in later ticket
Fixing unit test then merging |
|
Issue #:
bcgov/entity#23207
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-auth license (Apache 2.0).