+ {iflowCookie.result.email && (
+
+ {t('auth_login.iflow_cookie_result_email')}
+ {iflowCookie.result.email}
+
+ )}
+ {iflowCookie.result.expired && (
+
+ {t('auth_login.iflow_cookie_result_expired')}
+ {iflowCookie.result.expired}
+
+ )}
+ {iflowCookie.result.saved_path && (
+
+ {t('auth_login.iflow_cookie_result_path')}
+ {iflowCookie.result.saved_path}
+
+ )}
+ {iflowCookie.result.type && (
+
+ {t('auth_login.iflow_cookie_result_type')}
+ {iflowCookie.result.type}
+
+ )}
+