We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7de92 commit 5b88f26Copy full SHA for 5b88f26
src/utils/common.ts
@@ -49,7 +49,7 @@ export const callIframe = async (
49
const iframe = document.createElement('iframe')
50
let serialNumber = ''
51
iframe.style.width = isPhone() ? '100%' : '414px'
52
- iframe.style.height = isPhone() ? '100%' : '896px'
+ iframe.style.height = isPhone() ? '100%' : '736px'
53
iframe.style.position = 'fixed'
54
iframe.style.top = '50%'
55
iframe.style.left = '50%'
@@ -138,7 +138,7 @@ export const setCache = (data: IAuthResult, provider: Provider) => {
138
'anyweb_info',
139
JSON.stringify({
140
...data,
141
- expires: 1 * 60 * 1000 + new Date().getTime(),
+ expires: 60 * 1000 + new Date().getTime(),
142
})
143
)
144
provider.address = data.address
0 commit comments