Skip to content

Commit

Permalink
Update AllowlistAuthProvider.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettn4 committed Dec 26, 2024
1 parent a0f5a16 commit 3627fe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ class AllowlistAuthProvider(config: Config) extends LeoAuthProvider[IO] {

override def isSasAppAllowed(userEmail: WorkbenchEmail)(implicit ev: Ask[IO, TraceId]): IO[Boolean] = IO.pure(true)

override def getLeoAuthToken: IO[String] = ???
override def getLeoAuthToken: IO[String] = IO.pure("")
}

0 comments on commit 3627fe6

Please sign in to comment.