Merge pull request #5702 from backstage/orkohunter/bug-fix-logout-on-page-refresh

fix(auth): Do not ask to log-in on every page refresh
This commit is contained in:
Patrik Oldsberg
2021-05-20 13:34:32 +02:00
committed by GitHub
2 changed files with 66 additions and 27 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Fix a bug where users are asked to log-in on every page refresh. This is specific to people with only one sign-in provider in their SignInPage component.