Skip to content

Commit d6dff1d

Browse files
committed
Add missing param
1 parent 97b8861 commit d6dff1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domain/SessionLoadViewModel.js

+1-1
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)