Add debug info and a warning for login issues related to #6831

This commit is contained in:
James Cole
2023-01-19 06:45:45 +01:00
parent 3d802b9c9e
commit 3ea8792c6e
43 changed files with 76 additions and 38 deletions

View File

@@ -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>