controllers refactor to handle identities
This commit is contained in:
parent
622c3da68c
commit
0b7e9be611
14 changed files with 190 additions and 227 deletions
|
|
@ -17,9 +17,9 @@
|
|||
<h1 class="text-white line-sidebar-b" translate >Login </h1>
|
||||
<form name="loginForm" ng-submit="openProfile(loginForm)" novalidate>
|
||||
<fieldset>
|
||||
<label for="insight-livenet">Email</label>
|
||||
<label for="email">Email</label>
|
||||
<input type="text" ng-model="email" class="form-control" name="email">
|
||||
<label for="insight-testnet">Password</label>
|
||||
<label for="password">Password</label>
|
||||
<input type="text" ng-model="password" class="form-control" name="password">
|
||||
</fieldset>
|
||||
<div class="text-right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue