+ {!oAuthApp ? (
+
+ ) : (
+ <>
+ {_(oauthStrings.headline)}
+ {typeof teamImage === 'string' &&
}
+ {selfUser.email}
+
+ {_(oauthStrings.logout)}
+
+
+ {_(oauthStrings.subhead, {app: oAuthApp?.application_name})}
+
+ {oauthParams.scope.length > 1 && (
+
+
+ {oauthScope.map((scope, index) => (
+ -
+ {_(oauthStrings[scope])}
+
+ ))}
+
+
+ (
+
+ {chunks}
+
+ ),
+ }}
+ />
+
+
+ )}
+
+ {_(oauthStrings.details)}
+
+
+
+
+
+
+ (
+
+ {chunks}
+
+ ),
+ }}
+ />
+
+ >
+ )}
+
+