feat: add authentik for authentication #58

Merged
jank merged 23 commits from feature/authentik into main 2025-04-04 13:26:03 +00:00
Showing only changes of commit 64f701c651 - Show all commits

View file

@ -18,7 +18,6 @@ export default class LoginSuccessComponent implements OnInit {
async ngOnInit() {
try {
jank marked this conversation as resolved

Remove comments

Remove comments
// Check if we're authenticated
if (this.oauthService.hasValidAccessToken()) {
this.router.navigate(['/home']);