Strip newline from version string

This commit is contained in:
Daniel Friesel 2019-12-29 23:06:39 +01:00
parent e2bfe76528
commit 6fde013585

View file

@ -68,6 +68,8 @@ sub startup {
$self->secrets( $self->config->{secrets} );
}
chomp $self->app->config->{version};
$self->plugin(
authentication => {
autoload_user => 1,