Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7678c24 commit 2269d52Copy full SHA for 2269d52
1 file changed
cmd/login.go
@@ -21,8 +21,9 @@ package cmd
21
import (
22
"fmt"
23
24
- "github.com/VapiAI/cli/pkg/auth"
25
"github.com/spf13/cobra"
+
26
+ "github.com/VapiAI/cli/pkg/auth"
27
)
28
29
// Authenticate with Vapi via browser-based OAuth flow
0 commit comments