Skip to content
Snippets Groups Projects
Commit f45e3fa0 authored by anxietypb's avatar anxietypb
Browse files

Token-Fehler behoben

parent 7e2f1201
Branches
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<form class="navbar-form navbar-left">
<div class="form-group is-empty">
<input type="text" ng-model="credentials.username" class="form-control col-md-8" placeholder="Benutzername">
<input type="text" ng-change="generateToken()" ng-model="credentials.username" class="form-control col-md-8" placeholder="Benutzername">
<input type="password" ng-change="generateToken()" ng-model="credentials.password" class="form-control col-md-8" placeholder="Passwort">
<button class="btn btn-info btn-xs" ng-click="verifyCredentials()">Verify</button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment