Including cal.com domain (#4492)

pull/4500/head
Leo Giovanetti 2022-09-15 07:53:39 -03:00 committed by GitHub
parent 96451c5eb9
commit 859bf60ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);