-
Notifications
You must be signed in to change notification settings - Fork 1
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
PR feedback for credentials reset #2512
Conversation
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.
These look good, but I know you proposed a few other changes. Were you going to action those?
It looks like we were using |
const warnMsg = errCredentialsCorruptedMessage(response.data.backupFile); | ||
window.showWarningMessage(warnMsg); | ||
|
||
const listResponse = await api.credentials.list(); | ||
this.credentials = listResponse.data; |
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.
Great, thanks!
It looks like we have a mix. We can clean this up a bit in a separate bit of work. |
This contains some small, proposed changes to the #2504 PR.