Skip to content

Commit f87e9e1

Browse files
committed
comment out device flow for v1.11.1 release
1 parent f1cd58a commit f87e9e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/scloud/pkg/login/login.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import (
1212

1313
const refreshFlow = "refresh"
1414
const pkceFlow = "pkce"
15-
const deviceFlow = "device"
15+
16+
// const deviceFlow = "device"
1617

1718
// TODO: Adding password handling
1819
type Options struct {

0 commit comments

Comments
 (0)