jsxc: Drop loading text on the login button

It does not seem to work. There is a model dialog with progress bar that shows
logging in status.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-12-14 13:32:35 -08:00 committed by Veiko Aasa
parent ed4a5655a1
commit 123aa03231
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -101,8 +101,7 @@
<div class="form-group row">
<div class="offset-sm-4 col-sm-8">
<button type="submit" id="jsxc-submit"
class="submit btn btn-primary"
data-loading-text="Logging in...">Log in</button>
class="submit btn btn-primary">Log in</button>
<button class="logout btn btn-secondary">Log out</button>
</div>
</div>