dockerfile

This commit is contained in:
Ivan
2024-01-25 14:07:29 +03:00
parent 7f520581a4
commit 1bc2effd2d
5 changed files with 62 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<script>
const API_SERVER = "{{API_SERVER}}";
</script>
<script src="https://yastatic.net/s3/passport-sdk/autofill/v1/sdk-suggest-with-polyfills-latest.js"></script>
<!-- <script src="https://yastatic.net/s3/passport-sdk/autofill/v1/sdk-suggest-with-polyfills-latest.js"></script>
<meta name="google-signin-client_id" content="638774553513-tsobvdtj1g0p43obm3e9epekbjksdmoj.apps.googleusercontent.com">
<script src="https://accounts.google.com/gsi/client" async></script>
<script>
@@ -37,7 +37,7 @@
.then(({handler}) => handler())
.then(data => console.log('Сообщение с токеном', data))
.catch(error => console.log('Обработка ошибки', error))
</script>
</script> -->
</head>
<body>