Files
YandexMusic/PlaylistShared/Components/Pages/Login.razor
2026-04-11 15:41:24 +03:00

7 lines
281 B
Plaintext

@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>