Compare commits
4 Commits
e42a3a06f5
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4612a4a90e | |||
| aa81664d8f | |||
| 3fe09c21d7 | |||
| cf1fe7eb26 |
@@ -11,7 +11,7 @@ using Microsoft.EntityFrameworkCore;
|
|||||||
|
|
||||||
var builder = WebApplication.CreateBuilder(args);
|
var builder = WebApplication.CreateBuilder(args);
|
||||||
|
|
||||||
//Proje seviyesinde Authentication sa<73>lamas<61>
|
//Proje seviyesinde Authentication
|
||||||
var requireAuthorizePolicy = new AuthorizationPolicyBuilder().RequireAuthenticatedUser().Build();
|
var requireAuthorizePolicy = new AuthorizationPolicyBuilder().RequireAuthenticatedUser().Build();
|
||||||
|
|
||||||
// Add services to the container.
|
// Add services to the container.
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
<span asp-validation-for="MessageContent" class="text-danger"></span>
|
<span asp-validation-for="MessageContent" class="text-danger"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-wrap">
|
<div class="form-wrap">
|
||||||
<div class="g-recaptcha" data-sitekey="6LdtwYcqAAAAAEAoVWWS7KM3v2ksVYjULXY5Z3Jt"></div>
|
<div class="g-recaptcha" data-sitekey="6LeH2M8qAAAAAHbDq0txKL7O48Wo9vgHvkXP7_-X"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-button">
|
<div class="form-button">
|
||||||
|
|||||||
Reference in New Issue
Block a user