mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
fix: display trial errors in the dashboard (#13601)
* fix: display trial errors in the dashboard The error was essentially being ignored before! * Remove day mention in product of trial * fmt
This commit is contained in:
@ -239,7 +239,7 @@ func (r *RootCmd) login() *serpent.Command {
|
||||
|
||||
if !inv.ParsedFlags().Changed("first-user-trial") && os.Getenv(firstUserTrialEnv) == "" {
|
||||
v, _ := cliui.Prompt(inv, cliui.PromptOptions{
|
||||
Text: "Start a 30-day trial of Enterprise?",
|
||||
Text: "Start a trial of Enterprise?",
|
||||
IsConfirm: true,
|
||||
Default: "yes",
|
||||
})
|
||||
|
Reference in New Issue
Block a user