wip-code-check #44

Merged
lash merged 54 commits from wip-code-check into master 2024-09-10 14:25:50 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 39d27209cd - Show all commits

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 () {
}