fixed link

This commit is contained in:
Artem Tarasov 2020-08-12 13:08:24 +03:00
parent a19d7ec4cf
commit 034d60707d
3 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"core": {
"base-domain": "localhost",
"base-domain": "",
"machinekey": "1123askdasjklasbnd",
"notify": {
"postman": "log"
@ -26,7 +26,7 @@
},
"license": {
"file": {
"path": "..\\license.lic"
"path": ""
}
},
"mail": {
@ -99,7 +99,7 @@
"internal": "http://localhost:9999/"
},
"controlpanel": {
"url": "controlpanel"
"url": ""
}
},
"ConnectionStrings": {

View File

@ -127,6 +127,7 @@ const InputContainer = ({
className='generate-pass-link'
type="action"
fontWeight="normal"
isHovered={true}
onClick={() => refPassInput.current.onGeneratePassword()}>
{t('generatePassword')}
</Link>

View File

@ -63,6 +63,7 @@ const SettingsContainer = ({
type="action"
fontSize="13px"
fontWeight="600"
isHovered={true}
onClick={onClickChangeEmail}
>
{email ? email : emailOwner}