app/controllers/AuthController.php: minor fix.
This commit is contained in:
parent
be0a64a01c
commit
7fd242a28a
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ class AuthController extends ControllerBase
|
|||
|
||||
$this->getEventsManager()->fire('user:onOAuthConnected', $user, $data);
|
||||
|
||||
$this->flash->message('success', "<strong>{$name}</strong> was connected!");
|
||||
$this->flash->message('success', sprintf("OAuth provider <strong>%s</strong> was connected!", $name));
|
||||
$this->response->redirect('/settings');
|
||||
}
|
||||
// Perform Auth.
|
||||
|
|
|
|||
Reference in a new issue