build(deps): bump @patternfly/patternfly from 4.196.7 to 4.202.1 in /web (#3187)

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
dependabot[bot]
2022-07-01 09:21:02 +02:00
committed by Jens Langhammer
parent 69b5670659
commit 9597ea9e1f
3 changed files with 11 additions and 9 deletions

View File

@ -46,7 +46,9 @@ export function me(): Promise<SessionUser> {
const relativeUrl = window.location
.toString()
.substring(window.location.origin.length);
window.location.assign(`/flows/-/default/authentication/?next=${encodeURIComponent(relativeUrl)}`);
window.location.assign(
`/flows/-/default/authentication/?next=${encodeURIComponent(relativeUrl)}`,
);
}
return defaultUser;
});