toevoeging baseApi + versienummer
This commit is contained in:
@@ -7,6 +7,7 @@ import {AuthService} from '../../services/auth.service';
|
||||
import {UserDto} from '../../models/user-dto';
|
||||
import {HttpErrorResponse} from '@angular/common/http';
|
||||
import {TuiValidationError} from '@taiga-ui/cdk';
|
||||
import {environment} from '../../../environments/environment';
|
||||
|
||||
@Component({
|
||||
selector: 'app-login',
|
||||
@@ -26,6 +27,7 @@ import {TuiValidationError} from '@taiga-ui/cdk';
|
||||
export class LoginComponent {
|
||||
form: FormGroup;
|
||||
protected enabled = false;
|
||||
appVersion = environment.appVersion;
|
||||
|
||||
protected error = new TuiValidationError('Ongeldige gebruikersnaam of wachtwoord.');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user