mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
fix for phone verified for development
This commit is contained in:
parent
c1ecc63aa2
commit
075332d9da
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ post '/create' do
|
|||
end
|
||||
|
||||
@site.email_confirmed = true if self.class.development?
|
||||
@site.phone_confirmed = true if self.class.development?
|
||||
@site.phone_verified = true if self.class.development?
|
||||
|
||||
begin
|
||||
@site.phone_verification_required = true if self.class.production? && BlackBox.phone_verification_required?(@site)
|
||||
|
|
Loading…
Add table
Reference in a new issue