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

Skip to content

Commit b232d0c

Browse files
committed
Remove leftover saveSessionToken func
1 parent ca1a458 commit b232d0c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cli/login.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,6 @@ func login() *cobra.Command {
198198
}
199199
}
200200

201-
func saveSessionToken(cmd *cobra.Command, client *codersdk.Client, sessionToken string, serverURL *url.URL) error {
202-
203-
return nil
204-
}
205-
206201
// isWSL determines if coder-cli is running within Windows Subsystem for Linux
207202
func isWSL() (bool, error) {
208203
if runtime.GOOS == goosDarwin || runtime.GOOS == goosWindows {

0 commit comments

Comments
 (0)