Merge remote-tracking branch 'refs/remotes/origin/wip-code-check' into wip-code-check

This commit is contained in:
Carlosokumu 2024-09-07 18:10:40 +03:00
commit 39d27209cd
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
2 changed files with 5 additions and 1 deletions

View File

@ -203,7 +203,7 @@ func (h *Handlers) SavePin(ctx context.Context, sym string, input []byte) (resou
err = utils.WriteEntry(ctx, h.userdataStore, sessionId, utils.DATA_ACCOUNT_PIN, []byte(accountPIN))
if err != nil {
return res, nil
return res, err
}
return res, nil

View File

@ -165,3 +165,7 @@ func TestSaveFamilyname(t *testing.T) {
})
}
}
func testSavePin () {
}