feat: allow google as a provider

This commit is contained in:
Shivam Mishra
2024-05-30 13:09:04 +05:30
parent 59b912f22c
commit 980f4da669
+4
View File
@@ -57,6 +57,10 @@ class Channel::Email < ApplicationRecord
provider == 'microsoft'
end
def google?
provider == 'google'
end
private
def ensure_forward_to_email