added create account link for hosted

pull/401/head
Peer Richelsen 2021-08-02 18:31:49 +02:00
parent 60b9f7ee15
commit aaa86888db
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ export default function Login({ csrfToken }) {
</form>
</div>
<div className="mt-4 text-neutral-600 text-center text-sm">
Don&apos;t have an account?{" "}
<a href="#" className="font-medium text-neutral-900">
Don&apos;t have an account? {/* replace this with your account creation flow */}
<a href="https://checkout.calendso.com" className="font-medium text-neutral-900">
Create an account
</a>
</div>