this repo has no description

am stupid

Changed files
+1 -1
+1 -1
main.go
··· 29 29 30 30 return client.LoginWithPassword( 31 31 context.Background(), 32 - identity.DefaultDirectory(), syntax.AtIdentifier{Inner: l.handle}, l.password, "", nil) 32 + identity.DefaultDirectory(), syntax.AtIdentifier{Inner: syntax.Handle(l.handle)}, l.password, "", nil) 33 33 34 34 } 35 35