change layout
This commit is contained in:
parent
114ca5493a
commit
730c29bf49
|
@ -68,6 +68,10 @@ module Orbit
|
|||
config.assets.enabled = true
|
||||
#config.time_zone = 'Taipei'
|
||||
ENV['TZ'] = 'Asia/Taipei'
|
||||
|
||||
config.to_prepare do
|
||||
Devise::RegistrationsController.layout false
|
||||
end
|
||||
end
|
||||
end
|
||||
Orbit_Apps = []
|
||||
|
|
Loading…
Reference in New Issue