rename qwaiter to mozo

This commit is contained in:
2025-09-20 17:35:58 -05:00
parent 7212d9041e
commit 0e051b1f93
99 changed files with 189 additions and 168 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
module Qwaiter
module Mozo
class FailureApp < Devise::FailureApp
def respond
if request.format.json?
@@ -267,7 +267,7 @@ Devise.setup do |config|
# change the failure app, you can configure them inside the config.warden block.
#
config.warden do |manager|
manager.failure_app = Qwaiter::FailureApp
manager.failure_app = Mozo::FailureApp
# manager.intercept_401 = false
# manager.default_strategies(:scope => :user).unshift :some_external_strategy
end