From 526ae5952a801982dc15eb1ee31d07bc31b65724 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 9 May 2021 11:31:14 -0400 Subject: fixed login given new template --- src/templates/login.hbs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/templates/login.hbs b/src/templates/login.hbs index 84b354b..afdc0da 100644 --- a/src/templates/login.hbs +++ b/src/templates/login.hbs @@ -1,7 +1,5 @@ {{#> base}} -{{#*inline "body"}} - - Login with Google - +{{#*inline "main"}} +Login with Google {{/inline}} {{/base}} -- cgit v1.2.3