Skip to content

Commit b8f77e1

Browse files
committed
fix(AdminSettings): mention that google site verification may be necessary
fixes #187 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 80a3023 commit b8f77e1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/AdminSettings.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
{{ t('integration_google', 'Go to "APIs & Services" => "Credentials" and click on "+ CREATE CREDENTIALS" -> "OAuth client ID".') }}
1212
<br>
1313
{{ t('integration_google', 'Set the "Application type" to "Web application" and give a name to the application.') }}
14+
<br>
15+
{{ t('integration_google', 'Google may require site verification for OAuth to work with your site, which can be done in Google\'s search console') }}
16+
<a href="https://search.google.com/search-console/" class="external" target="_blank">{{ t('integration_google', 'Google Search console') }}</a>
1417
</p>
1518
<br>
1619
<p class="settings-hint with-icon">

0 commit comments

Comments
 (0)