fix(google-forms): remove unused and wrong docUrl in auth
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user