We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d0637c + 01c60cf commit e5565a2Copy full SHA for e5565a2
1 file changed
client-go/cmd/auth.go
@@ -69,6 +69,8 @@ func Register(controller string, username string, password string, email string,
69
70
err = auth.Register(c, username, password, email)
71
72
+ c.Token = ""
73
+
74
if err != nil {
75
return err
76
}
0 commit comments