mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
Merge branch 'fix/marking' into 'master'
fix password reset link not found bug See merge request CIEFWorldwideSdnBhd/exchange!110
This commit is contained in:
@@ -104,13 +104,14 @@ export default {
|
||||
unread_message_length:0,
|
||||
url: '/api/notification/user',
|
||||
pagination: [],
|
||||
|
||||
}),
|
||||
computed: mapGetters({
|
||||
user: 'auth/user'
|
||||
}),
|
||||
mounted(){
|
||||
this.getNotification(this.url);
|
||||
if(this.user){
|
||||
this.getNotification(this.url)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
async logout(){
|
||||
|
||||
Reference in New Issue
Block a user