This commit is contained in:
Christophe Maudoux 2019-09-29 12:50:46 +02:00
parent b6d517d3d7
commit 9102cc2acc
2 changed files with 1 additions and 4 deletions

View File

@ -15,6 +15,7 @@ our $VERSION = '2.0.6';
our @ISA = ('Exporter');
our @EXPORT = qw(fetchId retrieveSession createSession hideCookie goToPortal);
our @EXPORT_OK = @EXPORT;
our $_ua;
## @rmethod protected fetchId
# Get user session id from Authorization header
@ -162,8 +163,6 @@ sub goToPortal {
}
}
our $_ua;
sub ua {
my ($class) = @_;
return $_ua if ($_ua);
@ -173,7 +172,6 @@ sub ua {
}
);
# TODO: auth basic
return $_ua;
}

View File

@ -121,7 +121,6 @@ sub run {
);
}
# Return $class->OK
return $class->OK;
}