Skip to content

Commit cfaf218

Browse files
authored
move to cli login page (#333)
1 parent df0beab commit cfaf218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (c ConstantsConfig) GetBrevAuthIssuerURL() string {
5252
}
5353

5454
func (c ConstantsConfig) GetConsoleURL() string {
55-
return getEnvOrDefault(brevConsoleURL, "https://brev.nvidia.com")
55+
return getEnvOrDefault(brevConsoleURL, "https://brev.nvidia.com/cli-login")
5656
}
5757

5858
func (c ConstantsConfig) GetOllamaAPIURL() string {

0 commit comments

Comments
 (0)