mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Fix login strategy condition to properly check for mobile devices
This commit is contained in:
@@ -21,7 +21,7 @@ export class LoginStrategy {
|
||||
let loginModalResult: UiModalResult<boolean>;
|
||||
|
||||
try {
|
||||
if (true || this.environmentService.isMobileDevice()) {
|
||||
if (this.environmentService.isMobileDevice()) {
|
||||
do {
|
||||
const loginModal = this.modal.open({
|
||||
content: UiConfirmModalComponent,
|
||||
|
||||
Reference in New Issue
Block a user