Sign Out Settings
Custom Logout URL
The user will be redirected to this URL after logout. This can be any existing URL in the application or outside the application.
Custom Logout Template
The user will be redirected to this template after signing out. You can show custom message or action items after the user logs out.
- The template is written in HTML so it’s easy to understand and change. You can edit the logout template as per your requirement.
- If you add
$baseurl
in the template, it’ll be replaced by the base URL of your application which allows you to easily add links.