Przeglądaj źródła

[Auth] login debug

tigger 1 rok temu
rodzic
commit
c9a2f2a32c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/app/dashboard/dashboard.component.html

+ 1 - 1
src/app/dashboard/dashboard.component.html

@@ -78,7 +78,7 @@
       </div>
       <div class="divider" role="separator" aria-label="Divider"></div>
       <div class="right-side">
-        @if (!loginService.user?.token?.jwt) {
+        @if (!loginService.user?.token?.ucp) {
           <div class="login">
             <login/>