Skip to content
Snippets Groups Projects
Commit 53ebcb66 authored by Robert Anderson's avatar Robert Anderson
Browse files

Renamed authentication_try function

parent 229d46c9
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ our $pluginInfo = {
Init => \&init,
# Authentication
Auth_try => \&authenticate,
Authentication_try => \&authenticate,
};
......
......@@ -75,7 +75,7 @@ our $pluginInfo = {
Init => \&init,
# Authentication
Auth_try => \&authenticate,
Authentication_try => \&authenticate,
};
......
......@@ -48,7 +48,7 @@ our $pluginInfo = {
Init => \&init,
# Authentication
Auth_try => \&authenticate,
Authentication_try => \&authenticate,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment