25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

Fix dialyzer warning in #oauth_ctx

This commit is contained in:
Alexey Shchepin 2019-10-11 16:51:59 +03:00
parent 211cc80fd4
commit e7a20d9fc5

View File

@ -69,7 +69,7 @@
-record(oauth_ctx, {
password :: binary() | admin_generated,
client :: #oauth_client{}
client :: #oauth_client{} | undefined
}).
%% There are two ways to obtain an oauth token: