mirror of
https://github.com/neocities/neocities.git
synced 2025-07-24 19:38:25 +02:00
fix for verify, ask to check spam folder in email confirm
This commit is contained in:
parent
aad6546631
commit
2e1a8af30d
2 changed files with 4 additions and 2 deletions
|
@ -101,7 +101,7 @@ post '/create' do
|
|||
@site.phone_confirmed = true if self.class.development?
|
||||
|
||||
begin
|
||||
@site.phone_verification_required = true if self.class.production? && BlackBox.phone_verification_required?(site)
|
||||
@site.phone_verification_required = true if self.class.production? && BlackBox.phone_verification_required?(@site)
|
||||
rescue => e
|
||||
EmailWorker.perform_async({
|
||||
from: 'web@neocities.org',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue