Добавлен playlist shared
This commit is contained in:
7
PlaylistShared/Components/Pages/Login.razor
Normal file
7
PlaylistShared/Components/Pages/Login.razor
Normal file
@@ -0,0 +1,7 @@
|
||||
@page "/Login"
|
||||
@using Microsoft.AspNetCore.Identity
|
||||
@using Microsoft.AspNetCore.Authentication
|
||||
@inject SignInManager<ApplicationUser> SignInManager
|
||||
|
||||
<h3>Вход через Яндекс</h3>
|
||||
<a class="btn btn-primary" href="/signin-yandex">Войти через Яндекс</a>
|
||||
Reference in New Issue
Block a user