Added capability to detect disabled gmail service for Google Workspace accounts during account creation. (#580)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace Wino.Core.Domain.Exceptions;
|
||||
|
||||
public class GmailServiceDisabledException : System.Exception { }
|
||||
@@ -214,6 +214,8 @@
|
||||
"GeneralTitle_Error": "Error",
|
||||
"GeneralTitle_Info": "Information",
|
||||
"GeneralTitle_Warning": "Warning",
|
||||
"GmailServiceDisabled_Title": "Gmail Error",
|
||||
"GmailServiceDisabled_Message": "Your Google Workspace account seems to be disabled for Gmail service. Please contact your administrator to enable Gmail service for your account.",
|
||||
"HoverActionOption_Archive": "Archive",
|
||||
"HoverActionOption_Delete": "Delete",
|
||||
"HoverActionOption_MoveJunk": "Move to Junk",
|
||||
|
||||
Reference in New Issue
Block a user