-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: InPlayer register and update user flows (#202)
* feat: inplayer update account details * chore: disable update email button if the inplayer integration is active * chore: refactor cleeng register, add inplayer register * chore: merge with develop and handle consents * fix: using readOnly to hide the edit button for the email instead of disabling edit button * feat: registration flow * chore: update json metadata for consents * fix: using fullName insted of first and last name for the users * fix: handle firstname and surname metadata parameters * fix: trim name and handle multiple whitespaces * fix: update InPlayer SDK version * fix: added missing ? * fix: update flow for update email feature * fix: extend type for update account * fix: account uninfied types * Update src/stores/AccountController.ts Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> * Update src/stores/AccountController.ts Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> * Update src/stores/AccountController.ts Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> * fix: trim first and last names * chore: handling not supported email update * chore: refactor and type fixing * chore: refactor from conversation * fix: delete duplicates in cleeng type * chore: conversation updates * chore: i18next update * chore: reset and forgot password implmentation * fix: executed i18next * fix: improved error response format * fix: small register bug fix, update yarn.lock * fix: fix account store loading bug with consents * fix: remove void option from form section and fix missing return * chore: skip cancel subscription tests due to cleeng bug * chore: remove unnecessary async await Co-authored-by: Darko <darkoatanasovski@gmail.com> Co-authored-by: Danny Budzinski <dbudzinski@jwplayer.com> Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> BREAKING CHANGE: introduce InPlayer services
- Loading branch information
1 parent
084498b
commit 489d8e8
Showing
31 changed files
with
1,114 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.