mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-04-30 09:10:18 -05:00
[server][core] move GetSharedResources to users package
This commit is contained in:
@@ -57,7 +57,7 @@ func setupUserListCommand() *cobra.Command {
|
||||
Use: "list",
|
||||
Short: "List Users",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
users, err := common.App().OpenUserManager(context.Background()).ListUsers()
|
||||
users, err := common.App().OpenUserManager(context.Background()).AllUsers()
|
||||
if err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user