Added caching to service worker

This commit is contained in:
2017-07-13 20:45:16 +02:00
parent 4f7c2e95f0
commit 3740ec61d6
4 changed files with 104 additions and 10 deletions

View File

@ -1,7 +1,9 @@
component Login
.login-buttons
a.login-button(href="/auth/google")
img.login-button-image(src="/images/login/google", alt="Google Login", title="Login with your Google account")
a.login-button.login-button-google(href="/auth/google")
Icon("google")
span Sign in via Google
a.login-button(href="/auth/facebook")
img.login-button-image(src="/images/login/facebook", alt="Facebook Login", title="Login with your Facebook account")
a.login-button.login-button-facebook(href="/auth/facebook")
Icon("facebook")
span Sign in via Facebook