use OAuthStore directly
This commit is contained in:
parent
529a2d100b
commit
3984a5aefa
44 changed files with 226 additions and 256 deletions
|
|
@ -6,9 +6,10 @@
|
|||
|
||||
const wait = (timeout) => {
|
||||
let timeoutId
|
||||
const promise = () => new Promise((resolve) => {
|
||||
timeoutId = window.setTimeout(() => resolve(), timeout)
|
||||
})
|
||||
const promise = () =>
|
||||
new Promise((resolve) => {
|
||||
timeoutId = window.setTimeout(() => resolve(), timeout)
|
||||
})
|
||||
return { timeoutId, promise }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue