mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
oauth support skips authorization
This commit is contained in:
@@ -10,4 +10,5 @@ return [
|
||||
'authorization_request_desc' => 'is requesting permission to access your account',
|
||||
'btn_approve' => 'Authorize',
|
||||
'btn_deny' => 'Cancel',
|
||||
'skips_authorization' => 'Skips authorization',
|
||||
];
|
||||
|
||||
@@ -10,4 +10,5 @@ return [
|
||||
'authorization_request_desc' => '正在请求获取您账号的访问权限',
|
||||
'btn_approve' => '授权',
|
||||
'btn_deny' => '取消',
|
||||
'skips_authorization' => '跳过授权',
|
||||
];
|
||||
|
||||
@@ -10,4 +10,5 @@ return [
|
||||
'authorization_request_desc' => '正在請求獲取您賬號的訪問權限',
|
||||
'btn_approve' => '授權',
|
||||
'btn_deny' => '取消',
|
||||
'skips_authorization' => '跳過授權',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user