Skip to content

Commit

Permalink
Add missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Feb 17, 2023
1 parent 576623c commit 416ba09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/SessionLoadViewModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class SessionLoadViewModel extends ViewModel {
}

async logout() {
await this._client.startLogout(this.navigation.path.get("session")?.value);
await this._client.startLogout(this.navigation.path.get("session")?.value, this.urlRouter);
this.navigation.push("session", true);
}

Expand Down

0 comments on commit 416ba09

Please sign in to comment.