Fix login
All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m23s

This commit is contained in:
2025-07-06 01:37:32 -04:00
parent 7427bbb576
commit bc8a4414cd
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ namespace AobaServer.Services;
public class MetricsRpcService(AuthConfigService authConfig): Aoba.RPC.Metrics.MetricsRpc.MetricsRpcBase
{
[AllowAnonymous]
public override async Task<Jwt> GetToken(Empty request, ServerCallContext context)
{
var authInfo = await authConfig.GetAuthInfoAsync("aoba", "metrics");