Ver código fonte

fix: re-add `keyring.Set` call (#209)

Co-authored-by: ayntgl <90600421+ayntgl@users.noreply.github.com>
Sofia 3 anos atrás
pai
commit
882c22ac19
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      main.go

+ 2 - 0
main.go

@@ -80,6 +80,8 @@ func main() {
 				log.Fatal(err)
 			}
 
+			go keyring.Set(name, "token", tkn)
+
 			c.DrawMainFlex()
 			c.Application.SetRoot(c.MainFlex, true)
 			c.Application.SetFocus(c.GuildsTree)