Skip to content

Commit

Permalink
Don't use JvmStatic for failure
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Jul 31, 2023
1 parent 35b4032 commit 4e31d1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ public object WebAuthProvider {
return success
}

@JvmStatic
internal fun failure(exception: AuthenticationException) {
managerInstance!!.failure(exception)
}
Expand Down

0 comments on commit 4e31d1d

Please sign in to comment.