Skip to content

Commit

Permalink
docfix/Add TODO at the function isObpProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
constantine2nd committed Aug 12, 2024
1 parent d9b0f14 commit b6b18f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1111,6 +1111,7 @@ def restoreSomeSessions(): Unit = {
}

def isObpProvider(user: AuthUser) = {
// TODO Consider does http://host should match https://host in development mode
user.getProvider() == Constant.localIdentityProvider
}

Expand Down

0 comments on commit b6b18f2

Please sign in to comment.