1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-11 17:51:01 +00:00

Use loading label instead of saving when submitting login form

This commit is contained in:
Frédéric Guillot 2019-03-26 20:47:04 -07:00 committed by fguillot
parent 129f1bf3da
commit f593dc8463
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
<input type="password" name="password" id="form-password" value="{{ .form.Password }}" required>
<div class="buttons">
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.login" }}</button>
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.loading" }}">{{ t "action.login" }}</button>
</div>
</form>
{{ if hasOAuth2Provider "google" }}