Fixed bugs#18
Merged
Merged
Conversation
1. Clear web cache on logout. 2. UI bug of logout button overlapping profile options on small screen at Welcome page.
| .clearSession(federated: false) { [weak self] result in | ||
| switch result { | ||
| case .success(_): | ||
|
|
Contributor
There was a problem hiding this comment.
we can add a comment here too.
comment should include
- clear web browser cookies and delete session
- delete credentials stored in device keychain
NandanPrabhu
approved these changes
Apr 27, 2026
Sudhanshu96
added a commit
that referenced
this pull request
Apr 27, 2026
* Fixed the following bugs: 1. Clear web cache on logout. 2. UI bug of logout button overlapping profile options on small screen at Welcome page. * Added descriptive comment
Sudhanshu96
added a commit
that referenced
this pull request
Apr 29, 2026
* Incomplete error message issue fixed on Passkey registration failure * Changed the onChange callback to onReceive as the later best works with @published publisher cause it guarantees response to a value change independent of SwiftUI's rendering pipeline (#19) * Step-up flow fixed (#20) * Bug fixed in Step-up flow fixed. Missing scope being passed causing the flow to trigger recursively * Failing test case fixed * Added documentation for scope related changes * Fixed bugs (#18) * Fixed the following bugs: 1. Clear web cache on logout. 2. UI bug of logout button overlapping profile options on small screen at Welcome page. * Added descriptive comment * Passkeys implementation issues fixed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
📋 Changes
📷 Screenshots
After fix

Before fix
