Browse Source

:fire: $user['roles'] = ['root'];

visuddhinanda 1 year ago
parent
commit
2f279d4941
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Http/Controllers/AuthController.php

+ 0 - 1
app/Http/Controllers/AuthController.php

@@ -118,7 +118,6 @@ class AuthController extends Controller
             }
         }
 
-        $user['roles'] = ['root'];
         if($curr['user_uid'] === config('mint.admin.root_uuid')){
             $user['roles'] = ['root'];
         }