Merge pull request #3822 from fidelcoria/fix-login-race

fix(auth): race condition between loginPopup and authFlowHelpers
This commit is contained in:
Fredrik Adelöw
2020-12-28 15:55:22 +01:00
committed by GitHub
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-api': patch
---
Delay auth loginPopup close to avoid race condition with callers of authFlowHelpers.