Closed fallouh closed 1 year ago
A small fix for the logout behaviour in the example with authentication.
instead of using AuthenticationStatusChanged directly, we should trigger the _authenticationRepository.logOut and listen for the incoming AuthenticationStatusChanged.
AuthenticationStatusChanged
_authenticationRepository.logOut
A small fix for the logout behaviour in the example with authentication.
instead of using
AuthenticationStatusChanged
directly, we should trigger the_authenticationRepository.logOut
and listen for the incomingAuthenticationStatusChanged
.