Skip to content

auth: do not pause the message when cancelled in the authenticate callback

Carlos Garcia Campos requested to merge carlosgc/cancel-auth-on-auth-cb into master

We are currently pausing the message that is never unpaused because the auth is already cancelled.

Merge request reports