fix: messages and notif Friends Accepteded
This commit is contained in:
@@ -40,6 +40,8 @@ export default defineComponent({
|
||||
|
||||
const myForm = ref(null)
|
||||
|
||||
const typePassword = ref('password')
|
||||
|
||||
const iswaitingforRes = ref(false)
|
||||
const signin = ref(<ISigninOptions>{
|
||||
username: process.env.TEST_USERNAME || '',
|
||||
@@ -144,6 +146,11 @@ export default defineComponent({
|
||||
// console.log(' END submit')
|
||||
}
|
||||
|
||||
function showPassword() {
|
||||
//
|
||||
typePassword.value = typePassword.value === 'password' ? 'text' : 'password'
|
||||
}
|
||||
|
||||
created()
|
||||
|
||||
return {
|
||||
@@ -155,6 +162,8 @@ export default defineComponent({
|
||||
getlinkforgetpwd,
|
||||
myForm,
|
||||
site,
|
||||
showPassword,
|
||||
typePassword,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user