We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! I have a golang bot that I am trying to run with two factor authentication enabled on mattermost.
I've added Client4.LoginWithMFA() to the golang client code but get these errors below.
undefined: Client 4 undefined: User undefined: Response Makefille:15: recipe for target 'run' failed make: *** [run] Error 2
What am I missing?
Thank you again for all your help!
(https://github.com/mattermost/mattermost-server/blob/master/model/client4.go#L638)
The text was updated successfully, but these errors were encountered:
Hey @EbsrVlee,
I would like to keep the discussion about this in #22. Would you be fine with closing this?
Sorry, something went wrong.
Hi @hanzei , yes I would be fine in moving this discussion into #22
Thanks.
No branches or pull requests
Hello!
I have a golang bot that I am trying to run with two factor authentication enabled on mattermost.
I've added Client4.LoginWithMFA() to the golang client code but get these errors below.
undefined: Client 4
undefined: User
undefined: Response
Makefille:15: recipe for target 'run' failed
make: *** [run] Error 2
What am I missing?
Thank you again for all your help!
(https://github.com/mattermost/mattermost-server/blob/master/model/client4.go#L638)
The text was updated successfully, but these errors were encountered: