Including cal.com domain (#4492)

This commit is contained in:
Leo Giovanetti
2022-09-15 11:53:39 +01:00
committed by GitHub
parent 96451c5eb9
commit 859bf60ee5
@@ -166,7 +166,7 @@ const ProfileView = () => {
<TextField
name="username"
label={t("personal_cal_url")}
addOnLeading="https://"
addOnLeading="https://cal.com/"
value={value}
onChange={(e) => {
formMethods.setValue("username", e?.target.value);