developer console fixes

This commit is contained in:
Alex Turchyn
2023-08-05 21:39:59 +03:00
parent 644b142798
commit e75e7b18b4
8 changed files with 19 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# frozen_string_literal: true
require './lib/auth_with_token_strategy'
require_relative '../../lib/auth_with_token_strategy'
Warden::Strategies.add(:auth_token, AuthWithTokenStrategy)