rename partial shuffle to login shuffle

This commit is contained in:
2024-12-06 12:57:20 -06:00
parent 70dee23918
commit 9ec8864122
4 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ func (u *User) RefreshPasscode(passcodeAttrIdx []int, customerAttributes Custome
}
func (u *User) GetLoginInterface() ([]int, error) {
err := u.Interface.PartialInterfaceShuffle()
err := u.Interface.LoginShuffle()
if err != nil {
return nil, err