Fix login
All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m23s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m23s
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user