+
+
+ {account.nickname ??
+ account.emailHint ??
+ account.authSubject ??
+ shrink(account.id)}
+
+
+
+ {account.source === "ambient"
+ ? t("CodexAccountsSourceAmbient")
+ : t("CodexAccountsSourceManaged")}
+
+ {snapshot ? (
+
+ ) : (
+
+ {t("CodexAccountsUsageUnavailable")}
+
+ )}
+
+
+
+
+
+
+
+
+