updated error home link and copy on error page
This commit is contained in:
@@ -99,7 +99,10 @@ const RegisterComplete = (props) => {
|
||||
<a
|
||||
className="govuk-link"
|
||||
onClick={() => {
|
||||
setLogout(), window.localStorage.clear();
|
||||
setLogout(),
|
||||
window.localStorage.clear(),
|
||||
destroyCookie({}, "pinsUser"),
|
||||
signOut({ callbackUrl: "/logout" });
|
||||
}}
|
||||
>
|
||||
{t(
|
||||
|
||||
Reference in New Issue
Block a user