Updated FAQ

This commit is contained in:
M66B
2020-07-01 09:53:30 +02:00
parent 4d130ea18c
commit c5b2d0c258
2 changed files with 2 additions and 0 deletions

View File

@@ -508,6 +508,7 @@ public class EmailService implements AutoCloseable {
}
} catch (MessagingException ex) {
Log.w(ex);
// Check for 'User is authenticated but not connected'
if (require_id)
throw ex;
}