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

@@ -140,7 +140,7 @@ func (u *UserInterface) AttributeAdjacencyGraph() (map[int]utils.Set[int], error
return graph, nil
}
func (u *UserInterface) PartialInterfaceShuffle() error {
func (u *UserInterface) LoginShuffle() error {
err := u.shuffleKeys()
if err != nil {
return err