+
+ {translate('AuthenticationRequiredWarning')}
+
+
+ {
+ isPopulated && !error ?
+
+
+ {translate('AuthenticationMethod')}
+
+
+
+
+
+ {translate('AuthenticationRequired')}
+
+
+
+
+
+ {translate('Username')}
+
+
+
+
+
+ {translate('Password')}
+
+
+
+
:
+ null
+ }
+
+ {
+ !isPopulated && !error ? : null
+ }
+
+
+