Compare commits
1 Commits
wip-rzerre
...
v0.5.14
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b393611d6 |
@@ -66,7 +66,7 @@ export const UserMenu: FC<Props> = ({
|
|||||||
arr.push({
|
arr.push({
|
||||||
key: "settings",
|
key: "settings",
|
||||||
icon: SettingsIcon,
|
icon: SettingsIcon,
|
||||||
label: "common.settings",
|
label: t("common.settings"),
|
||||||
});
|
});
|
||||||
|
|
||||||
if (isPasswordlessUser && !preventNavigation) {
|
if (isPasswordlessUser && !preventNavigation) {
|
||||||
|
|||||||
Reference in New Issue
Block a user