Skip to content

Commit

Permalink
Update the time delay when deleting an account (#5066)
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
  • Loading branch information
rdimitrov authored Nov 27, 2024
1 parent 134b902 commit 27464ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/app/auth/auth_delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func deleteCommand(ctx context.Context, cmd *cobra.Command, _ []string, conn *gr
if err != nil {
cmd.Println(cli.WarningBanner.Render("Failed to remove locally stored credentials."))
}
cmd.Println(cli.SuccessBanner.Render("Successfully deleted account. It may take up to 48 hours for " +
cmd.Println(cli.SuccessBanner.Render("Successfully deleted account. It may take up to 10 minutes for " +
"all data to be removed."))
return nil
}
Expand Down

0 comments on commit 27464ee

Please sign in to comment.