mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
Fixed the issue with the Identity Server running on a different port, we can now use -url #865
This commit is contained in:
parent
9d435ccc0f
commit
c196dce843
22 changed files with 499 additions and 2566 deletions
|
@ -7,6 +7,7 @@ import { ILocalUser } from './auth/IUserLogin';
|
|||
|
||||
import { ICustomizationSettings } from './interfaces/ISettings';
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'ombi',
|
||||
templateUrl: './app.component.html',
|
||||
|
@ -21,7 +22,9 @@ export class AppComponent implements OnInit {
|
|||
customizationSettings: ICustomizationSettings;
|
||||
user: ILocalUser;
|
||||
|
||||
ngOnInit() : void {
|
||||
ngOnInit(): void {
|
||||
|
||||
|
||||
|
||||
this.user = this.authService.claims();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue