Skip to content

Commit

Permalink
Merge pull request #1317 from DuendeSoftware/joe/main-host
Browse files Browse the repository at this point in the history
Fix nullability bugs in hosts
  • Loading branch information
brockallen committed Jun 2, 2023
2 parents 8e56f22 + 016a530 commit cc87b6a
Show file tree
Hide file tree
Showing 90 changed files with 244 additions and 813 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Copyright (c) Duende Software. All rights reserved.
// See LICENSE in the project root for license information.

// Copyright (c) Duende Software. All rights reserved.
// See LICENSE in the project root for license information.

namespace IdentityServerHost.Pages.Logout;

public class LoggedOutViewModel
Expand All @@ -9,4 +12,4 @@ public class LoggedOutViewModel
public string? ClientName { get; set; }
public string? SignOutIframeUrl { get; set; }
public bool AutomaticRedirectAfterSignOut { get; set; }
}
}
1 change: 0 additions & 1 deletion hosts/AspNetIdentity/Pages/Account/Logout/LogoutOptions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Duende Software. All rights reserved.
// See LICENSE in the project root for license information.


namespace IdentityServerHost.Pages.Logout;

public static class LogoutOptions
Expand Down
48 changes: 0 additions & 48 deletions hosts/AspNetIdentity/Pages/Ciba/All.cshtml

This file was deleted.

28 changes: 0 additions & 28 deletions hosts/AspNetIdentity/Pages/Ciba/All.cshtml.cs

This file was deleted.

98 changes: 0 additions & 98 deletions hosts/AspNetIdentity/Pages/Ciba/Consent.cshtml

This file was deleted.

0 comments on commit cc87b6a

Please sign in to comment.