-
Notifications
You must be signed in to change notification settings - Fork 360
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
Remove update and forgot password APIs #6591
Conversation
♻️ PR Preview 7ff3685 has been successfully destroyed since this PR has been closed. 🤖 By surge-preview |
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.
Neat, thanks!
- login.tsx needs some care, GitHub Actions / Analyze says maybe the
getAuthCapabilities()
call is unused.
@@ -691,15 +691,13 @@ components: | |||
properties: | |||
id: | |||
type: string | |||
description: a unique identifier for the user. In password-based authentication, this is the email. | |||
description: a unique identifier for the user. |
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.
Nice catch! ✨
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.
Forgot, so blocking for now
ALSO please go over webui/ and look for these URLs: webui doesn't use a generated client but did use these URLs, so needs to be changed manually and the TypeScript compiler cannot find the change from the OpenAPI spec change.
@arielshaqed I plan to change getAuthCapabilities to be an inner API in a different PR |
@arielshaqed Not sure I understand this comment. I removed the calls for update/forgot password from the webui code. |
Nope, you're right and I'm wrong. THANKS! |
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.
Closes #6532