chore: fix dialyzer warnings

This commit is contained in:
JianBo He 2023-09-23 07:34:04 +08:00
parent 1dddccb448
commit f8d06614c0
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
-export([login/2, callback/2]).
-dialyzer({nowarn_function, create/1}).
-dialyzer({nowarn_function, do_create/1}).
-define(DIR, <<"saml_sp_certs">>).