-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix(web): OAuth quota size #18526
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): OAuth quota size #18526
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.
I think it's more reasonable to just drop the default quota field. If the claim isn't provided it's unlimited, otherwise it's whatever the claim is.
ac9af24
to
3b88e3a
Compare
e3f7d2d
to
0890d01
Compare
Done. |
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.
Can you help implement the suggested changes? ie make the property nullable and have null
imply no storage quota, instead of 0.
1c5aba5
to
0532d9c
Compare
Okay, I have implemented the suggested changes. |
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.
LGTM
Fixes #18504.