mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix dialyzer warning in #oauth_ctx
This commit is contained in:
parent
211cc80fd4
commit
e7a20d9fc5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue