fix(google-forms): remove unused and wrong docUrl in auth

This commit is contained in:
Ali BARIN 2023-01-09 11:36:20 +01:00 committed by GitHub
parent af8ca4af9e
commit 59edaffdb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,6 @@ export default {
placeholder: null,
description:
'When asked to input an OAuth callback or redirect URL in Github OAuth, enter the URL above.',
docUrl: 'https://automatisch.io/docs/github#oauth-redirect-url',
clickToCopy: true,
},
{
@ -27,7 +26,6 @@ export default {
value: null,
placeholder: null,
description: null,
docUrl: 'https://automatisch.io/docs/google-forms#client-id',
clickToCopy: false,
},
{
@ -39,7 +37,6 @@ export default {
value: null,
placeholder: null,
description: null,
docUrl: 'https://automatisch.io/docs/google-forms#client-secret',
clickToCopy: false,
},
],