diff --git a/src-tauri/src/inject/event.js b/src-tauri/src/inject/event.js index 9e3a04b..6a600e9 100644 --- a/src-tauri/src/inject/event.js +++ b/src-tauri/src/inject/event.js @@ -143,7 +143,7 @@ document.addEventListener('DOMContentLoaded', () => { // Apple login and google login if (name === 'AppleAuthentication') { //do nothing - } else if (specs.includes('height=') || specs.includes('height=')) { + } else if (specs.includes('height=') || specs.includes('width=')) { location.href = url; } else { const baseUrl = window.location.origin + window.location.pathname;