Restauration paramètres d'usine
This commit is contained in:
parent
567e4a6635
commit
786fd17323
6 changed files with 39 additions and 61 deletions
17
Yavsc/Views/OAuth/AuthorizeDenied.cshtml
Normal file
17
Yavsc/Views/OAuth/AuthorizeDenied.cshtml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@using Microsoft.AspNet.Http
|
||||
@using System
|
||||
@using System.Security.Claims
|
||||
@{
|
||||
var error = Context.Items["oauth.Error"];
|
||||
var errorDescription = Context.Items["oauth.ErrorDescription"];
|
||||
var errorUri = Context.Items["oauth.ErrorUri"];
|
||||
}
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>Authorization Denied</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Authorization denied</h1>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue