mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
parent
817bc3453d
commit
33d724527c
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ export default class SetupController extends Controller.extend(ValidationEngine)
|
|||
}
|
||||
}
|
||||
|
||||
async _afterAuthentication(result) {
|
||||
async _afterAuthentication() {
|
||||
await this.session.handleAuthentication();
|
||||
|
||||
return this.router.transitionTo('setup.done');
|
||||
|
|
Loading…
Add table
Reference in a new issue