Skip to content

Commit

Permalink
Cast URI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Jan 31, 2025
1 parent bb732e2 commit f1e43e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/API/Options/StartupExtensions.Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ static IServiceCollection ConfigureAuthenticationOptions(this IServiceCollection
opts.SessionTimeoutMinutes = auth.SessionTimeoutMinutes;
opts.InactiveTimeoutMinutes = auth.InactiveTimeoutMinutes;
opts.Logout.Enabled = auth.Logout.Enabled;
opts.Logout.URI = LogoutUri;
opts.Logout.URI = new Uri(LogoutUri);
});

switch (auth.Mechanism)
Expand Down

0 comments on commit f1e43e0

Please sign in to comment.