Update SSL

This commit is contained in:
Donald Zou
2025-06-29 21:18:20 +08:00
parent 4d321cf3f6
commit 2b66f9a5c4
3 changed files with 7 additions and 4 deletions

View File

@@ -35,7 +35,6 @@
<div id="preloader_placeholder">
<img style="width: 100%" src="/img/Logo-2-128x128.png" alt="WGDashboard Client" />
</div>
</div>
</div>
<script type="module" src="/src/main.js"></script>

View File

@@ -29,7 +29,6 @@ if (state && code){
}).then(data => {
window.location.search = ''
initApp()
if (!data.status){
const store = clientStore()
store.newNotification(data.message, 'danger')