Skip to content

Commit

Permalink
feat: add user scope to admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
AxonC authored Feb 28, 2024
2 parents d15a948 + 8a49188 commit 3c025e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Services/UserService.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public function createAdminUser() : string
[
AuthServiceProvider::SCOPE_USER_ADMIN,
AuthServiceProvider::SCOPE_VERSION_ADMIN,
AuthServiceProvider::SCOPE_USER
]
)->accessToken;
}
Expand Down

0 comments on commit 3c025e4

Please sign in to comment.