Disable "Login with Netlify Identity" button until Netlify identity is initialized
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js" async></script>
|
||||
|
||||
<title>Static CMS - Git Gateway Development Test</title>
|
||||
</head>
|
||||
|
@ -232,7 +232,6 @@ CMS.registerShortcode('youtube', {
|
||||
return [src];
|
||||
},
|
||||
control: ({ src, onChange, theme }) => {
|
||||
console.log('[SHORTCUT] shortcut theme', theme);
|
||||
return h('span', {}, [
|
||||
h('input', {
|
||||
key: 'control-input',
|
||||
|
Reference in New Issue
Block a user