iOS - Auth0 logout pop wrong message

Hey community,
I’ve configured Auth0 it is working fine for login and logout.
But there is a minor mistake in the setup logout message.

It is showing the wrong message when trying to log out.

See the alert pop up message, it is wrong for logout action.

Hi there @paresh.encora!

Good to know both login and logout are working for you currently :slight_smile: This is a known issue with ASWebAuthenticationSession which the SDK uses under the hood - A possible workaround for this is simply clearing the users credentials. Some more on this can be found in the SDK documentation here.

Hope this helps!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.