Configure keycloak (#4)

Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: #4
Co-authored-by: ptran <huydw@proton.me>
Co-committed-by: ptran <huydw@proton.me>
This commit is contained in:
Huy
2024-12-18 10:02:18 +00:00
committed by Constantin Simonis
parent f1f58b73c9
commit 779a4799c6
9 changed files with 71 additions and 17 deletions

View File

@ -4,6 +4,7 @@ import { Component } from '@angular/core';
selector: 'app-login',
imports: [],
templateUrl: './login.component.html',
standalone: true,
styleUrl: './login.component.css'
})
export class LoginComponent {