mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix createToken not allowed
This commit is contained in:
@@ -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"
|
||||
);
|
||||
|
||||
@@ -7,4 +7,5 @@ return [
|
||||
"create_success_tip" => "token 创建成功,此数据只展示一次,请妥善保存<br/><br/>:token",
|
||||
"last_used_at" => "最近使用时间",
|
||||
"token" => "摘要",
|
||||
"permission_not_allowed" => "权限::permission_text 不被允许"
|
||||
];
|
||||
|
||||
@@ -7,4 +7,5 @@ return array (
|
||||
'create_success_tip' => 'token 創建成功,此數據只展示一次,請妥善保存<br/><br/>:token',
|
||||
'last_used_at' => '最近使用時間',
|
||||
'token' => '摘要',
|
||||
"permission_not_allowed" => "權限::permission_text 不被允許"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user