Skip to content

Commit

Permalink
Update Keycloak.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com>
  • Loading branch information
fpseverino and ptoffy authored Nov 14, 2024
1 parent 7efd4cb commit 13bcee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ImperialKeycloak/Keycloak.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class Keycloak: FederatedService {

@discardableResult
public required init(
routes: any RoutesBuilder,
routes: some RoutesBuilder,
authenticate: String,
authenticateCallback: ((Request) async throws -> Void)?,
callback: String,
Expand Down

0 comments on commit 13bcee8

Please sign in to comment.