mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
changed the url scheme to make it easier to parse
This commit is contained in:
parent
a9df10aa3d
commit
725077b45c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export class AppComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
this.identityService.getAccessToken().subscribe(x => {
|
this.identityService.getAccessToken().subscribe(x => {
|
||||||
const url = `ombi://${this.customizationSettings.applicationUrl}/${x}`;
|
const url = `ombi://${this.customizationSettings.applicationUrl}_${x}`;
|
||||||
window.location.assign(url);
|
window.location.assign(url);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue