cleanup: Überflüssigen Kommentar entfernt

This commit is contained in:
Developer 02 2024-07-23 16:37:32 +02:00
parent b35026f186
commit 7f04bb16d3

View File

@ -28,7 +28,6 @@ export class AuthGuard implements CanActivate {
return isAuthenticated; return isAuthenticated;
} catch (error) { } catch (error) {
// Hata durumunda false döndür
return false; return false;
} }
} }