-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(web-client): Change auth_map type to Object type. #485
Merged
Conversation
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
✅ Deploy Preview for nautilus-wallet-staging ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov Report
@@ Coverage Diff @@
## main #485 +/- ##
=======================================
Coverage 49.18% 49.18%
=======================================
Files 147 147
Lines 2324 2324
Branches 457 457
=======================================
Hits 1143 1143
Misses 1181 1181
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Have you tested this change locally to check that this change works? |
sonasi
approved these changes
Dec 14, 2022
sonasi
added a commit
that referenced
this pull request
Jan 6, 2023
* refactor(backend/tests): remove superfluous mocks (#473) * refactor(backend): use odmantic engine (#479) * rename(backend/setting): maximum list length * feat(backend): improve `GET` endpoint semantics The endpoint should receive the `wallet_id` as a query parameter and return the internal mongodb document id. * chore(backend): remove dead code * refactor(backend): use odmantic engine * fix(web-client): add issuers for servers (#482) * fix(web-client): add issuers for servers * Update web-client/src/environments/environment.palau-prod.ts Co-authored-by: Jean-Pierre de Villiers <[email protected]> Co-authored-by: Jean-Pierre de Villiers <[email protected]> * feat(web-client): Pull payment flag (#486) * feat(web-client): Add hidePullPayment flag. * style(web-client): run prettier * fix(web-client): Fix ESLint error. * style(web-client): run prettier * fix(web-client): Change auth_map type to Object type. (#485) * fix(web-client): Change auth_map type to Object type. * fix(web-client): Fix ESLint error. * feat(web-client): add auto logout (#481) * feat(web-client): add auto logout * feat(web-client): add ngZone for auto logout * refactor(web-client): remove redundant isLogin variable in auto logout * refactor(web-client): move auto logout to app component * refactor(web-client): remove autoLogOutService from logout-button * refactor(web-client): remove console log line in auto-logout service * feat(web-client): add environment flag for auto logout * fix(web-client): initialize localStorage lastAction for auto logout first * fix(web-client): pull payment minor text fixes (#491) * fix(cors): allow `localhost:4200` on staging (#492) * feat(web-client): bookmark management (#451) * fix(web-client): Update Pin Entry text for pull payment. (#497) * fix(web-client): Update Pin Entry text for pull payment. * style(web-client): run prettier. * fix(web-client): update prod feature flags (#499) * fix(web-client): update prod feature flags * fix(web-client): update prod feature flags Co-authored-by: Jean-Pierre de Villiers <[email protected]> Co-authored-by: Francisco Rutayebesibwa <[email protected]> Co-authored-by: Bill Guo <[email protected]> Co-authored-by: Jonathan Ngbonga <[email protected]>
sonasi
added a commit
that referenced
this pull request
Jan 14, 2023
* refactor(backend/tests): remove superfluous mocks (#473) * refactor(backend): use odmantic engine (#479) * rename(backend/setting): maximum list length * feat(backend): improve `GET` endpoint semantics The endpoint should receive the `wallet_id` as a query parameter and return the internal mongodb document id. * chore(backend): remove dead code * refactor(backend): use odmantic engine * fix(web-client): add issuers for servers (#482) * fix(web-client): add issuers for servers * Update web-client/src/environments/environment.palau-prod.ts Co-authored-by: Jean-Pierre de Villiers <[email protected]> Co-authored-by: Jean-Pierre de Villiers <[email protected]> * feat(web-client): Pull payment flag (#486) * feat(web-client): Add hidePullPayment flag. * style(web-client): run prettier * fix(web-client): Fix ESLint error. * style(web-client): run prettier * fix(web-client): Change auth_map type to Object type. (#485) * fix(web-client): Change auth_map type to Object type. * fix(web-client): Fix ESLint error. * feat(web-client): add auto logout (#481) * feat(web-client): add auto logout * feat(web-client): add ngZone for auto logout * refactor(web-client): remove redundant isLogin variable in auto logout * refactor(web-client): move auto logout to app component * refactor(web-client): remove autoLogOutService from logout-button * refactor(web-client): remove console log line in auto-logout service * feat(web-client): add environment flag for auto logout * fix(web-client): initialize localStorage lastAction for auto logout first * fix(web-client): pull payment minor text fixes (#491) * fix(cors): allow `localhost:4200` on staging (#492) * feat(web-client): bookmark management (#451) * fix(web-client): Update Pin Entry text for pull payment. (#497) * fix(web-client): Update Pin Entry text for pull payment. * style(web-client): run prettier. * fix(web-client): update prod feature flags (#499) * fix(web-client): update prod feature flags * fix(web-client): update prod feature flags * feat(web-client): Add transaction history (#468) * fix(web-client): display wait message while creating wallet. (#493) * fix(web-client): display wait message and error messages while creating wallet. * fix(web-client): clean up comments and other code. * fix(web-client) add routertesting to asset accordian * fix(web-client) fix txresponse import format and message html and text fields. * fix(web-client) run prettier. Co-authored-by: Jean-Pierre de Villiers <[email protected]> Co-authored-by: Francisco Rutayebesibwa <[email protected]> Co-authored-by: Bill Guo <[email protected]> Co-authored-by: Jonathan Ngbonga <[email protected]>
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.
Aim: Correctly save user's security answers in the enclave.
Description