) : null}
+ {props.showLogoutButton ? (
+
+
+
+ ) : null}
);
}
@@ -90,12 +106,17 @@ function AuthWrapper() {
const userBackendUrl = useBackendUrl();
const { t } = useTranslation();
+ const isCustomUrl = backendUrl !== userBackendUrl;
+
if (status.loading) return