toevoeging baseApi + versienummer
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
Inloggen
|
||||
</button>
|
||||
</footer>
|
||||
<!-- <br>-->
|
||||
<p>{{appVersion}}</p>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,6 +10,10 @@ tui-error {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
p{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.header {
|
||||
text-align: center;
|
||||
margin-bottom: 28px;
|
||||
|
||||
@@ -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