Merge branch 'main' into Qualiofikation-Bearbeiten-UI

This commit is contained in:
mehdi 2025-01-08 09:06:28 +00:00
commit 4b0ab2f3b9
11 changed files with 1211 additions and 3647 deletions

View file

@ -10,7 +10,6 @@ body {
.container {
text-align: center;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;
width: 300px;

View file

@ -1,4 +1,5 @@
import { Component } from '@angular/core';
import { KeycloakService } from 'keycloak-angular';
@Component({
selector: 'app-login-view',
@ -8,5 +9,4 @@ import { Component } from '@angular/core';
styleUrl: './login-view.component.css'
})
export class LoginViewComponent {
}