diff --git a/bridge/commands.go b/bridge/commands.go index c7da3a0..ab6f57a 100644 --- a/bridge/commands.go +++ b/bridge/commands.go @@ -129,5 +129,8 @@ func (l *loginCmd) Run(g *globals) error { return err } + g.user.ID = user.UserID + g.user.Update() + return nil }