feat: allow google as a provider
This commit is contained in:
@@ -57,6 +57,10 @@ class Channel::Email < ApplicationRecord
|
||||
provider == 'microsoft'
|
||||
end
|
||||
|
||||
def google?
|
||||
provider == 'google'
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def ensure_forward_to_email
|
||||
|
||||
Reference in New Issue
Block a user