feat: Adds email signature form to profile settings (#3906)
This commit is contained in:
committed by
GitHub
parent
d5c9193d1a
commit
351a3dc372
@@ -65,6 +65,12 @@ export const getters = {
|
||||
getCurrentUser(_state) {
|
||||
return _state.currentUser;
|
||||
},
|
||||
|
||||
getMessageSignature(_state) {
|
||||
const { message_signature: messageSignature } = _state.currentUser;
|
||||
|
||||
return messageSignature || '';
|
||||
},
|
||||
};
|
||||
|
||||
// actions
|
||||
|
||||
Reference in New Issue
Block a user