[client] Remove and deprecate the admin url functionality (#4218)

This commit is contained in:
Viktor Liu
2025-07-25 15:15:38 +02:00
committed by GitHub
parent 31872a7fb6
commit 2c4ac33b38
4 changed files with 3 additions and 17 deletions

View File

@@ -61,7 +61,6 @@ var loginCmd = &cobra.Command{
ic := internal.ConfigInput{
ManagementURL: managementURL,
AdminURL: adminURL,
ConfigPath: configPath,
}
if rootCmd.PersistentFlags().Changed(preSharedKeyFlag) {