mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 19:16:51 +00:00
Add debug info and a warning for login issues related to #6831
This commit is contained in:
@@ -40,7 +40,9 @@
|
||||
<p v-if="clients.length === 0" class="mb-0">
|
||||
{{ $t('firefly.profile_oauth_no_clients') }}
|
||||
</p>
|
||||
|
||||
<p class="mb-2">
|
||||
{{ $t('firefly.profile_oauth_clients_external_auth') }}
|
||||
</p>
|
||||
<table v-if="clients.length > 0" class="table table-responsive table-borderless mb-0">
|
||||
<caption>{{ $t('firefly.profile_oauth_clients_header') }}</caption>
|
||||
<thead>
|
||||
|
Reference in New Issue
Block a user