mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Add a new flag to users to allow the specification of custom subdomains
This commit is contained in:
@@ -39,6 +39,7 @@ class StoreUsersController extends AdminController
|
||||
$insertData = [
|
||||
'name' => $request->get('name'),
|
||||
'auth_token' => (string) Str::uuid(),
|
||||
'can_specify_subdomains' => (int) $request->get('can_specify_subdomains')
|
||||
];
|
||||
|
||||
$this->userRepository
|
||||
|
||||
Reference in New Issue
Block a user