Compare commits
2 Commits
2bca08ed97
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 8acb5b4ce5 | |||
| 1dd36b1b8c |
@@ -41,7 +41,7 @@ export default {
|
|||||||
retrievePassword: 'Retrieve password'
|
retrievePassword: 'Retrieve password'
|
||||||
},
|
},
|
||||||
Nuic: {
|
Nuic: {
|
||||||
hiName: `Hi, {name}, I'm Fiphant.`,
|
hiName: `Hi {name}, I'm Fiphant.`,
|
||||||
nuic1Title: `Let’s reveal the creative paths waiting for you.`,
|
nuic1Title: `Let’s reveal the creative paths waiting for you.`,
|
||||||
nuic1Tip: `Let's set up your profile. A few quick details will help Fiphant understand<br />your needs and find exactly what you're looking for.`,
|
nuic1Tip: `Let's set up your profile. A few quick details will help Fiphant understand<br />your needs and find exactly what you're looking for.`,
|
||||||
letsGo: 'Let’s go, Fiphant!',
|
letsGo: 'Let’s go, Fiphant!',
|
||||||
|
|||||||
@@ -127,6 +127,7 @@
|
|||||||
if (res) {
|
if (res) {
|
||||||
userInfoStore.setToken(res)
|
userInfoStore.setToken(res)
|
||||||
userInfoStore.setUserInfo({
|
userInfoStore.setUserInfo({
|
||||||
|
username: formData.name,
|
||||||
email: formData.email
|
email: formData.email
|
||||||
})
|
})
|
||||||
router.push({ name: 'nuic' })
|
router.push({ name: 'nuic' })
|
||||||
|
|||||||
Reference in New Issue
Block a user