Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #733 from B77Mills/addIsFirstTimeVerifing
Browse files Browse the repository at this point in the history
Add verifiedCount to ActiveUser fragment
  • Loading branch information
B77Mills authored Jun 30, 2023
2 parents ae1324c + 5b2a1c0 commit 38c98a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/marko-web-identity-x/api/fragments/active-user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fragment ActiveUserFragment on AppUser {
id
email
verified
verifiedCount
givenName
familyName
displayName
Expand Down
1 change: 1 addition & 0 deletions packages/marko-web-identity-x/browser/authenticate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ export default {
this.emit('authenticated', {
id: this.activeUser.id,
email: this.activeUser.email,
verifiedCount: this.activeUser.verifiedCount,
mustReVerifyProfile: this.mustReVerifyProfile,
isProfileComplete: this.isProfileComplete,
requiresCustomFieldAnswers: this.requiresCustomFieldAnswers,
Expand Down

0 comments on commit 38c98a5

Please sign in to comment.