mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
parent
b800df8c1b
commit
905cc5ff32
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ final class PhabricatorOAuthDefaultRegistrationController
|
|||
|
||||
$form = new AphrontFormView();
|
||||
$form
|
||||
->addHiddenInput('token', $provider->getAccessToken())
|
||||
->addHiddenInput('confirm_token', $provider->getAccessToken())
|
||||
->addHiddenInput('expires', $oauth_info->getTokenExpires())
|
||||
->addHiddenInput('state', $this->getOAuthState())
|
||||
->setUser($request->getUser())
|
||||
|
|
Loading…
Reference in a new issue