mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 00:07:03 +02:00
add google account domain to domain table
This commit is contained in:
@ -36,6 +36,7 @@ class ModelUserGoogle extends Model {
|
||||
|
||||
$this->model_user_user->add_user($user);
|
||||
|
||||
$this->model_domain_domain->addDomain($user['domain'], $user['domain']);
|
||||
}
|
||||
|
||||
$_SESSION['username'] = $user['username'];
|
||||
|
Reference in New Issue
Block a user