Skip to content

Commit 416ba09

Browse files
committed
Add missing param
1 parent 576623c commit 416ba09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/domain/SessionLoadViewModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class SessionLoadViewModel extends ViewModel {
154154
}
155155

156156
async logout() {
157-
await this._client.startLogout(this.navigation.path.get("session")?.value);
157+
await this._client.startLogout(this.navigation.path.get("session")?.value, this.urlRouter);
158158
this.navigation.push("session", true);
159159
}
160160

0 commit comments

Comments
 (0)