fix: change name package two_fa.v1 -> twofa.v1
All checks were successful
Publish / Publish Job (push) Successful in 49s

This commit is contained in:
Дмитрий
2026-04-15 09:47:09 +03:00
parent ed64b8a434
commit de3550c524
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ export const GRPC_CLIENTS = {
env: 'AUTH_GRPC_URL'
},
TWOFA_PACKAGE: {
package: 'two_fa.v1',
package: 'twofa.v1',
protoPath: PROTO_PATHS.TWOFA,
env: 'AUTH_GRPC_URL'
},