Skip to content

Commit

Permalink
Fix margin on TOTP button
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Feb 18, 2025
1 parent 7d7224e commit e5b4176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/views/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
<loading-button submit class="view-login__button" color="primary" :disabled="!totpValid || login_failed" :loading="logging_in">
{{ $t('ui.login.button') }}
</loading-button>
<button class="widget-button" @click="cancelTotp">{{ $t('ui.login.cancel') }}</button>

<button class="widget-button view-login__button" @click="cancelTotp">{{ $t('ui.login.cancel') }}</button>
</form>
</main>
</transition>
Expand Down

0 comments on commit e5b4176

Please sign in to comment.