Closed Arvanaghi closed 4 years ago
I think it's related but
user: {
id: "IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII",
name: "test_user",
displayName: "Test User"
},
This whole pojo doesn't seem to be stored in the localStorage or used in any way?
@gregbenner Those are stored on the authenticator itself. It does not need to be saved in localstorage.
EDIT: Resolved