Merge branch 'main' into Qualiofikation-Bearbeiten-UI
This commit is contained in:
commit
4b0ab2f3b9
11 changed files with 1211 additions and 3647 deletions
|
@ -10,7 +10,6 @@ body {
|
|||
.container {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 5px;
|
||||
background-color: #fff;
|
||||
width: 300px;
|
||||
|
|
|
@ -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 {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue