Use standalone login screen instead of OAuth

This commit is contained in:
Johannes Zellner
2020-02-04 14:35:59 +01:00
parent d5e4453f15
commit 92be875a2f
5 changed files with 162 additions and 20 deletions

View File

@@ -236,7 +236,7 @@
<div class="row">
<div class="col-md-12 text-center">
<button type="submit" class="btn btn-primary" ng-disabled="dnsCredentialsForm.$invalid"/><i class="fa fa-circle-notch fa-spin" ng-show="dnsCredentials.busy"></i> Next</button>
<button type="submit" class="btn btn-primary" ng-disabled="dnsCredentialsForm.$invalid"><i class="fa fa-circle-notch fa-spin" ng-show="dnsCredentials.busy"></i> Next</button>
</div>
</div>
<br/>