Merged PR 942: added path to redirect
added path to redirect Related work items: #7949
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ function Error({ statusCode }, props) {
|
||||
</p>
|
||||
|
||||
<a
|
||||
href="#"
|
||||
href={session != null ? "#" : "/"}
|
||||
className="govuk-link"
|
||||
onClick={() => {
|
||||
destroyCookie({}, "pinsUser"),
|
||||
|
||||
Reference in New Issue
Block a user