Skip to content

Commit

Permalink
fix(skymp5-client): update URL for updateRequired event in authServic…
Browse files Browse the repository at this point in the history
…e.ts (#2334)
  • Loading branch information
Pospelove authored Feb 11, 2025
1 parent 11679dc commit c39d486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymp5-client/src/services/services/authService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export class AuthService extends ClientListener {
this.sp.win32.loadUrl(this.patreonUrl);
break;
case events.updateRequired:
this.sp.win32.loadUrl("https://skymp.net/AlternativeDownload");
this.sp.win32.loadUrl("https://skymp.net/UpdInstall");
break;
case events.backToLogin:
this.sp.browser.executeJavaScript(new FunctionInfo(this.browsersideWidgetSetter).getText({ events, browserState, authData: authData }));
Expand Down

0 comments on commit c39d486

Please sign in to comment.