Fixed linter error

refs 817bc3453d
This commit is contained in:
Kevin Ansfield 2022-05-27 13:07:36 +01:00
parent 817bc3453d
commit 33d724527c

View File

@ -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');