-
Notifications
You must be signed in to change notification settings - Fork 26
fix: onboarding create password invalidate and ssi agent #1308
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
base: develop
Are you sure you want to change the base?
fix: onboarding create password invalidate and ssi agent #1308
Conversation
| tags: | ||
| - '[0-9]+.[0-9]+.[0-9]+*' | ||
| pull_request_target: | ||
| pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as previous
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this workflow file is actually deprecated, replaced by the new filename build-and-publish-docker-artifacts.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, thanks! Jack, if you merge develop into this branch - just make sure there are no changes to these files in the final diff and we should be good to go.
I believe this change came for security reasons originally or something.
| -keep class com.aheaditec.freerasp.** { *; } | ||
| -dontwarn com.aheaditec.freerasp.** | ||
| -keep class java.lang.invoke.StringConcatFactory { *; } | ||
| -dontwarn java.lang.invoke.StringConcatFactory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
develop now has v2.2.2 of freerasp which should have resolved this issue. So these lines can be removed
| # ProGuard rules for capacitor-freerasp | ||
| -keep class com.aheaditec.freerasp.** { *; } | ||
| -dontwarn com.aheaditec.freerasp.** | ||
| -keep class java.lang.invoke.StringConcatFactory { *; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file no longer exists on develop
| Then(/^user can see Welcome modal$/, async function() { | ||
| await WelcomeModal.loads(); | ||
|
|
||
| const profileTypeTitle = $("p.title"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, this PR seems to be the same as #1301
Lets close on and fix all comments on both PRs in one. :)
Description
Please include a summary of the changes and a brief description about this PR.
Checklist before requesting a review
Issue ticket number and link
Testing & Validation
Design Review