Skip to content

Commit

Permalink
fix:修复会员的权限不是所有时,修改邮箱提示没有权限的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
build-admin committed Jul 11, 2024
1 parent 70799e3 commit 3324795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/api/controller/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class Account extends Frontend
{
protected array $noNeedLogin = ['retrievePassword'];

protected array $noNeedPermission = ['verification', 'changeBind'];

public function initialize(): void
{
parent::initialize();
Expand Down

0 comments on commit 3324795

Please sign in to comment.