fix createToken not allowed

This commit is contained in:
xiaomlove
2025-05-29 15:24:36 +07:00
parent e5947a8586
commit 6c8e53ad7e
5 changed files with 9 additions and 25 deletions
+1
View File
@@ -7,4 +7,5 @@ return array (
'create_success_tip' => 'The token was created successfully, this data is displayed only once, please save it properly<br/><br/>:token',
'last_used_at' => 'Recent usage time',
'token' => 'summary',
"permission_not_allowed" => "Permission:permission_text not allowed"
);
+1
View File
@@ -7,4 +7,5 @@ return [
"create_success_tip" => "token 创建成功,此数据只展示一次,请妥善保存<br/><br/>:token",
"last_used_at" => "最近使用时间",
"token" => "摘要",
"permission_not_allowed" => "权限::permission_text 不被允许"
];
+1
View File
@@ -7,4 +7,5 @@ return array (
'create_success_tip' => 'token 創建成功,此數據只展示一次,請妥善保存<br/><br/>:token',
'last_used_at' => '最近使用時間',
'token' => '摘要',
"permission_not_allowed" => "權限::permission_text 不被允許"
);