bug fix
This commit is contained in:
parent
8b82baa099
commit
d4c6401573
|
@ -174,6 +174,7 @@ export class AuthService extends BaseService {
|
|||
return this.ensureTenant(tenantCode ?? this.selectedTenant() ?? 'default');
|
||||
}),
|
||||
concatMap(response => {
|
||||
if (response == 'default' && tenantCode != 'default') throw Error();
|
||||
return this.principalService.me(httpParams);
|
||||
}),
|
||||
concatMap(response => {
|
||||
|
|
Loading…
Reference in New Issue