chore: fix dialyzer warnings
This commit is contained in:
parent
1dddccb448
commit
f8d06614c0
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
-export([login/2, callback/2]).
|
-export([login/2, callback/2]).
|
||||||
|
|
||||||
-dialyzer({nowarn_function, create/1}).
|
-dialyzer({nowarn_function, do_create/1}).
|
||||||
|
|
||||||
-define(DIR, <<"saml_sp_certs">>).
|
-define(DIR, <<"saml_sp_certs">>).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue