Skip to content

Commit 0d6f7c2

Browse files
refactor: Create /helpers/auth directory and move auth_helpers_saml.rb into it
1 parent 34dd52a commit 0d6f7c2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/api/authentication_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'json/jwt'
33
require 'onelogin/ruby-saml'
44
require 'entities/user_entity'
5-
require 'helpers/auth_saml_helper.rb'
5+
require 'helpers/auth/auth_saml_helper.rb'
66
#
77
# Provides the authentication API for Doubtfire.
88
# Users can sign in via email and password and receive an auth token

0 commit comments

Comments
 (0)