remove superfluous ->app call

This commit is contained in:
Daniel Friesel 2020-12-17 20:58:47 +01:00
parent 5b7086bcd9
commit 5e29b99d61

View file

@ -93,7 +93,7 @@ sub startup {
$self->secrets( $self->config->{secrets} );
}
chomp $self->app->config->{version};
chomp $self->config->{version};
$self->plugin(
authentication => {