We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a3023 commit b8f77e1Copy full SHA for b8f77e1
1 file changed
src/components/AdminSettings.vue
@@ -11,6 +11,9 @@
11
{{ t('integration_google', 'Go to "APIs & Services" => "Credentials" and click on "+ CREATE CREDENTIALS" -> "OAuth client ID".') }}
12
<br>
13
{{ 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>
17
</p>
18
19
<p class="settings-hint with-icon">
0 commit comments