added Microser
This commit is contained in:
17
src/Microser/Microser.IdS/Pages/Device/Success.cshtml.cs
Normal file
17
src/Microser/Microser.IdS/Pages/Device/Success.cshtml.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
// Copyright (c) Duende Software. All rights reserved.
|
||||
// See LICENSE in the project root for license information.
|
||||
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||
|
||||
namespace Microser.IdS.Pages.Device
|
||||
{
|
||||
[SecurityHeaders]
|
||||
[Authorize]
|
||||
public class SuccessModel : PageModel
|
||||
{
|
||||
public void OnGet()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user