Commit 6fde0135 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Strip newline from version string

parent e2bfe765
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -68,6 +68,8 @@ sub startup {
		$self->secrets( $self->config->{secrets} );
	}

	chomp $self->app->config->{version};

	$self->plugin(
		authentication => {
			autoload_user => 1,