mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-14 15:28:28 +02:00
Update ui/src/components/SignedOutPage.tsx
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
parent
11c43eb2ed
commit
a61ec706d3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ type SignedOutPageProps = {
|
||||||
const SignedOutPage: FC<SignedOutPageProps> = ({ data }) => {
|
const SignedOutPage: FC<SignedOutPageProps> = ({ data }) => {
|
||||||
return (
|
return (
|
||||||
<Container>
|
<Container>
|
||||||
<Alert color="info">User has been Logged Out</Alert>
|
<Alert color="info">User has been logged out.</Alert>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue