-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add direct arg to login flow #31592
Add direct arg to login flow #31592
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.
👍 see minor comment for consistency
032e55e
to
d9e1203
Compare
Tests are failing |
Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-Authored-by: Carl Schwan <carl@carlschwan.eu>
d9e1203
to
8038866
Compare
/backport to stable23 |
/backport to stable22 |
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>" /> | ||
<input type="hidden" name="stateToken" value="<?php p($_['stateToken']) ?>" /> | ||
<input type="hidden" name="oauthState" value="<?php p($_['oauthState']) ?>" /> | ||
<?php if (p($_['direct'])) { ?> |
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.
Helloooo :D
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.
outch
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.
Signed-off-by: Vincent Petry vincent@nextcloud.com
Co-Authored-by: Carl Schwan carl@carlschwan.eu