This commit is contained in:
Thales Macedo Garitezi 2021-12-08 16:58:29 -03:00
parent 9edb7ac3ed
commit eaa05d7227
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,8 @@ binenv(Key) ->
add_default_user(Username, Password) when ?EMPTY_KEY(Username) orelse ?EMPTY_KEY(Password) ->
%% FIXME!!!
io:format(user, "~n>>>>>>>>>>> add_default_user empty ~n", []),
{ok, empty};
%% {ok, empty},
ok;
add_default_user(Username, Password) ->
case lookup_user(Username) of