mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
User email confirmation is now optional
This commit is contained in:
@@ -19,5 +19,9 @@ module App
|
||||
def name
|
||||
ENV["APP_NAME"]
|
||||
end
|
||||
|
||||
def email_confirmation?
|
||||
ENV["EMAIL_CONFIRMATION"] == "1"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user