Skip to content
Snippets Groups Projects
Verified Commit 06385deb authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Remove Keycloak link

parent 33f6ec0d
Branches adrian/un-mock
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
"account.title": "Dein Account",
"account.loading": "Lade Accountdaten…",
"account.description": "Hier ist eine Übersicht über die Daten, die mit deinem FSI-Account verbunden sind. Weitere Daten, wie z.B. eingeloggte Geräte, können in <link>Keycloak</link> eingesehen werden.",
"account.description": "Hier ist eine Übersicht über die Daten, die mit deinem FSI-Account verbunden sind.",
"account.name": "Name",
"account.email": "Email",
"account.groups": "Gruppen",
......
......@@ -25,7 +25,7 @@
"account.title": "Your Account",
"account.loading": "Loading Account…",
"account.description": "Here is an overview of the data associated with your FSI-Account. Additional data, such as logged in devices, can be found in <link>Keycloak</link>.",
"account.description": "Here is an overview of the data associated with your FSI-Account.",
"account.name": "Name",
"account.email": "Email",
"account.groups": "Groups",
......
......@@ -3,7 +3,6 @@ import { useUserStore } from "../../data/state/user";
import { usePreload } from "../../utils/usePreload";
import Message from "../i18n/Message";
import LoadingIndicator from "../widgets/LoadingIndicator";
import TextLink from "../widgets/TextLink";
import { H2 } from "../widgets/typography/Heading";
import P from "../widgets/typography/Paragraph";
import AccountPanel from "../widgets/account/AccountPanel";
......@@ -26,12 +25,7 @@ export default function AccountPage() {
<Message id="account.title" />
</H2>
<P>
<Message
id="account.description"
vars={{
link: children => <TextLink to="https://auth.fs-its.rub.de/realms/fsr-ffi/account/">{children}</TextLink>,
}}
/>
<Message id="account.description" />
</P>
{accountPanel}
</>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment