mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix dialyzer warning in #oauth_ctx
This commit is contained in:
parent
211cc80fd4
commit
e7a20d9fc5
@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
-record(oauth_ctx, {
|
-record(oauth_ctx, {
|
||||||
password :: binary() | admin_generated,
|
password :: binary() | admin_generated,
|
||||||
client :: #oauth_client{}
|
client :: #oauth_client{} | undefined
|
||||||
}).
|
}).
|
||||||
|
|
||||||
%% There are two ways to obtain an oauth token:
|
%% There are two ways to obtain an oauth token:
|
||||||
|
Loading…
Reference in New Issue
Block a user