feat: improve error handling for authentication flow
This commit is contained in:
3
src/libs/sleep.ts
Normal file
3
src/libs/sleep.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function sleep(ms: number) {
|
||||
return new Promise((resolve) => setTimeout(resolve, ms));
|
||||
}
|
||||
Reference in New Issue
Block a user