feat: upgrade frontend

This commit is contained in:
naiba
2024-12-25 21:02:54 +08:00
parent 7d15838548
commit 87e01a532e
5 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ func (a *authHandler) Check(ctx context.Context) (uint64, error) {
}
singleton.UserLock.RUnlock()
model.ClearIP(singleton.DB, ip, model.BlockIDgRPC)
model.UnblockIP(singleton.DB, ip, model.BlockIDgRPC)
var clientUUID string
if value, ok := md["client_uuid"]; ok {