oauth locale

This commit is contained in:
xiaomlove
2024-03-15 02:50:39 +08:00
parent 79208b06e3
commit 38ff708a26
6 changed files with 20 additions and 8 deletions
+4
View File
@@ -6,4 +6,8 @@ return [
'revoked' => 'Valid',
'access_token' => 'Access token',
'refresh_token' => 'Refresh token',
'authorization_request_title' => 'Authorization Request',
'authorization_request_desc' => 'is requesting permission to access your account',
'btn_approve' => 'Authorize',
'btn_deny' => 'Cancel',
];