oauth support skips authorization

This commit is contained in:
xiaomlove
2024-03-17 02:39:26 +08:00
parent 5ac5e8342d
commit 3e96d18b48
14 changed files with 222 additions and 1 deletions
+1
View File
@@ -10,4 +10,5 @@ return [
'authorization_request_desc' => '正在請求獲取您賬號的訪問權限',
'btn_approve' => '授權',
'btn_deny' => '取消',
'skips_authorization' => '跳過授權',
];