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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove leftover saveSessionToken func
  • Loading branch information
bryphe-coder committed Feb 17, 2022
commit b232d0c2c0c9d02b60575eec73e110c32916565e
5 changes: 0 additions & 5 deletions cli/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@ func login() *cobra.Command {
}
}

func saveSessionToken(cmd *cobra.Command, client *codersdk.Client, sessionToken string, serverURL *url.URL) error {

return nil
}

// isWSL determines if coder-cli is running within Windows Subsystem for Linux
func isWSL() (bool, error) {
if runtime.GOOS == goosDarwin || runtime.GOOS == goosWindows {
Expand Down