mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/oauth] Update comment to better reflect the action
PHPBB3-11673
This commit is contained in:
parent
581cb37b8c
commit
5843294813
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ class phpbb_auth_provider_oauth extends phpbb_auth_provider_base
|
|||
|
||||
if (!$row)
|
||||
{
|
||||
// The user does not yet exist, ask if they wish to register the account
|
||||
// The user does not yet exist, ask to link or create profile
|
||||
return array(
|
||||
'status' => LOGIN_SUCCESS_LINK_PROFILE,
|
||||
'error_msg' => 'LOGIN_OAUTH_ACCOUNT_NOT_LINKED',
|
||||
|
|
Loading…
Add table
Reference in a new issue