chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-03 16:21:55 +00:00
parent ceb5e914b2
commit 17dac7aad6
4 changed files with 45 additions and 25 deletions

View File

@@ -19,7 +19,6 @@ export interface Verify2FaRequest {
export interface Verify2FaResponse {
accessToken: string;
refreshToken: string;
status: string;
message: string;
reserveCodes: string[];