# frozen_string_literal: true
class HomeController < ApplicationController
def show
if rodauth.logged_in?
else
render :root
end