diff --git a/src/app/components/shared/login/login.component.html b/src/app/components/shared/login/login.component.html
index 9a0f95a8867a7adbf76e9652d480f1ff2bafb1a8..aecaaf4f4132226171093a00de5f293b772d463e 100644
--- a/src/app/components/shared/login/login.component.html
+++ b/src/app/components/shared/login/login.component.html
@@ -15,7 +15,7 @@
     <mat-error *ngIf="passwordFormControl.hasError('required')">{{ 'login.password-required' | translate }}</mat-error>
   </mat-form-field>
   <button mat-raised-button class="loginButton" (click)="login(userEmail.value, userPassword.value)">{{ 'login.login' | translate }}</button>
-  <button mat-raised-button *ngIf="role === 0"(click)="guestLogin()" type="button">
+  <button mat-raised-button (click)="guestLogin()" type="button">
     {{ 'login.guest-login' | translate }}
   </button>
   <div align="start">