-
Notifications
You must be signed in to change notification settings - Fork 17
feat: CP-11530 seedless recovery methods #426
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
Open
vvava
wants to merge
29
commits into
main
Choose a base branch
from
feat/CP-11530_seedless-recovery-methods
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 21 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f7aef19
feat: init the authenticator
vvava 02528b8
Merge branch 'main' into feat/CP-11530_seedless-recovery-methods
vvava 5b6f11b
feat: add card
vvava 3743617
Merge branch 'main' into feat/CP-11530_seedless-recovery-methods
vvava 4640cad
fix: providers order
vvava aab20b5
feat: add methods list, methods and details screen
vvava 9b038b1
chore: general cleanup
vvava 231673c
feaT: add fullscreen method placeholder
vvava f1c8b4d
Merge branch 'main' into feat/CP-11530_seedless-recovery-methods
vvava 165b318
feat: functionality
vvava 52904d1
feat: the recovery method management flow
vvava d24a3d5
refactor: remove logs and add title
vvava e41a726
Merge branch 'main' into feat/CP-11530_seedless-recovery-methods
vvava 46734e2
chore: localization
vvava 1b7df97
chore: remoce logs
vvava fd60b1c
refactor: loading states fullscreen back
vvava 75dfd57
chore: remove unused component and log
vvava 0050344
feat: add confirm pages
vvava 7051349
chore: translation
vvava 0232170
fix: mfa loading
vvava ce82f1d
fix: typecheck
vvava 6a0ba1c
Merge branch 'main' into feat/CP-11530_seedless-recovery-methods
vvava c9731a1
refactor: code reorganization
vvava e21b543
feat: handle feature flag changes
vvava 7f76dc5
Merge branch 'main' into feat/CP-11530_seedless-recovery-methods
vvava 0cec531
chore: localization
vvava e145939
refactor: file move, type move
vvava d846c1b
Merge branch 'main' into feat/CP-11530_seedless-recovery-methods
vvava 116e782
fix: card style, back button
vvava File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +26,8 @@ export const SeedlessMfaLoginFlow: FC<SeedlessMfaLoginFlowProps> = ({ | |
| const history = useHistory(); | ||
| const { registerBackButtonHandler, setTotal } = useModalPageControl(); | ||
| const { oidcToken, setSeedlessSignerToken } = useOnboardingContext(); | ||
| // TODO: remove | ||
|
||
| console.log('oidcToken: ', oidcToken); | ||
vvava marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| const [isLoading, setIsLoading] = useState(false); | ||
|
|
||
| useEffect(() => { | ||
|
|
||
This file contains hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.