Misc login page fixes
This commit is contained in:
parent
280e39eb37
commit
4f14a40994
@ -2,4 +2,8 @@
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
background: rgba(0,0,0,0);
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ export class LoginPage implements OnInit {
|
||||
public readonly navService: NavigationService,
|
||||
public readonly auth: AuthService,
|
||||
) {
|
||||
this.coreidUrl = this.api._build_url('/auth/starship_coreid/login', '/');
|
||||
this.coreidUrl = this.api._build_url(environment.starshipUrl, '/');
|
||||
}
|
||||
|
||||
ngOnInit() {}
|
||||
|
@ -5,5 +5,6 @@ export const environment = {
|
||||
statUrl: '/stat?ngsw-bypass',
|
||||
versionUrl: '/i/version.html?ngsw-bypass',
|
||||
logoUrl: '/i/assets/icon/logo_lines.svg',
|
||||
starshipUrl: '/auth/starship_oauth/login',
|
||||
outputDebug: false,
|
||||
};
|
||||
|
@ -9,6 +9,7 @@ export const environment = {
|
||||
statUrl: '/link_api/stat?ngsw-bypass',
|
||||
versionUrl: '/link_api/assets/version.html?ngsw-bypass',
|
||||
logoUrl: '/assets/icon/logo_lines.svg',
|
||||
starshipUrl: '/link_api/auth/starship_oauth/login',
|
||||
outputDebug: true,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user