Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2269d52

Browse files
committed
fix: organize imports in login.go
1 parent 7678c24 commit 2269d52

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/login.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ package cmd
2121
import (
2222
"fmt"
2323

24-
"github.com/VapiAI/cli/pkg/auth"
2524
"github.com/spf13/cobra"
25+
26+
"github.com/VapiAI/cli/pkg/auth"
2627
)
2728

2829
// Authenticate with Vapi via browser-based OAuth flow

0 commit comments

Comments
 (0)