0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated OAuth signin link to relative for subdirectory support

This commit is contained in:
Matt Hanley 2021-09-17 16:34:12 +01:00
parent 266d1ca682
commit e44bd2376a

View file

@ -26,7 +26,7 @@
</header>
{{#if this.config.oauth}}
<a
href="/ghost/oauth/google"
href="oauth/google"
class="login gh-btn gh-btn-login gh-btn-block gh-btn-white gh-btn-icon gh-center">
<span style="color: #15171a;">{{svg-jar "google-favicon"}}Sign in with Google</span>
</a>