+
+ {session.username()}
+ {account?.role === "admin"
+ ? <>{" "}👑>
+ : ""}
+
+
+ )
+};
+
const ChangePassword = () => {
const { t } = useTranslation();
const [dialogKey, setDialogKey] = useState(0);
@@ -69,10 +143,13 @@ const ChangePassword = () => {
}
};
return (
-