Merge pull request #1484 from betagouv/fix-typo
[Ref #1170] Fix a typo in #1267
This commit is contained in:
commit
d9ff1a0e4b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
class StagingAuthService
|
||||
CONFIG_PATH = Rails.root.join("/config/basic_auth.yml")
|
||||
CONFIG_PATH = Rails.root.join("config/basic_auth.yml")
|
||||
|
||||
def self.authenticate(username, password)
|
||||
if enabled?
|
||||
|
|
Loading…
Reference in a new issue