Fix UI login failing without a prior login
Compare changes
+ 1
− 1
@@ -65,7 +65,7 @@ export default class Client {
Fixes the UI failing to log in if no prior token was present.
/login calls now are marked unauthenticated and do no longer cause an infinite modal loop.
N/A
To be filled in by the reviewers