mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
unbreak login sequence (which spuriously required a sydent server to be specified, which login.html was no longer doing...)
This commit is contained in:
parent
1c202f9f7a
commit
48f4497fe9
@ -15,7 +15,7 @@
|
|||||||
<!-- New user registration -->
|
<!-- New user registration -->
|
||||||
<div>
|
<div>
|
||||||
<br/>
|
<br/>
|
||||||
<button ng-click="register()" ng-disabled="!account.desired_user_name || !account.homeserver || !account.identityServer || !account.pwd1 || !account.pwd2 || account.pwd1 !== account.pwd2">Register</button>
|
<button ng-click="register()" ng-disabled="!account.desired_user_name || !account.homeserver || !account.pwd1 || !account.pwd2 || account.pwd1 !== account.pwd2">Register</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<br />
|
<br />
|
||||||
<input id="password" size="70" type="password" ng-model="account.password" placeholder="Password"/><br />
|
<input id="password" size="70" type="password" ng-model="account.password" placeholder="Password"/><br />
|
||||||
<br/>
|
<br/>
|
||||||
<button ng-click="login()" ng-disabled="!account.user_id || !account.password || !account.homeserver || !account.identityServer">Login</button>
|
<button ng-click="login()" ng-disabled="!account.user_id || !account.password || !account.homeserver">Login</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user