When a Simplifier user is logged out due to inactivity, and then tries to do an action that requires the user to be authenticated, it gets the error below. Is this possible to chance to a more user-friendly message when a user is logged out due to inactivity.
It’s currently not possible to modify the message that is shown when the user token has expired. However, you can use the auto field ‘User’ – ‘Remaining Token Lifetime’ to get the time that remains until the token gets invalidated. If this time is low, you can, for example, show a dialog that informs the user that they will be logged out soon.