@page "/group/{GroupId:guid}/applications"
@using GmRelay.Web.Services
@using GmRelay.Shared.Domain
@using Microsoft.AspNetCore.Authorization
@attribute [Authorize]
@inject AuthorizedMembershipService MembershipService
@inject AuthorizedSessionService SessionService
@inject NavigationManager Navigation
@inject IHttpContextAccessor HttpContextAccessor
@using System.Security.Claims
Одобряйте или отклоняйте заявки на участие в клубе.
Только owner или co-GM группы могут просматривать заявки.
Когда игроки подадут заявку на участие в клубе, она появится здесь.