You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In webauth_error_page, the following line:
$redirect = str_replace(base_path(), '', $uri);
removes all slashes from a destination if the site has a vanity URL, because in that case, the base_path is /
Look at the 7.x version for fix where we use get_destination instead.
The text was updated successfully, but these errors were encountered:
In webauth_error_page, the following line:
$redirect = str_replace(base_path(), '', $uri);
removes all slashes from a destination if the site has a vanity URL, because in that case, the base_path is /
Look at the 7.x version for fix where we use get_destination instead.
The text was updated successfully, but these errors were encountered: