Add setting for sending reminder emails (#343)
Fix the "Import your data button" in the settings Add setting for sending reminder emails Co-authored-by: kolaente <k@knt.li> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/343 Co-Authored-By: konrad <konrad@kola-entertainments.de> Co-Committed-By: konrad <konrad@kola-entertainments.de>
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
|
||||
import AbstractService from './abstractService'
|
||||
|
||||
export default class UserNameService extends AbstractService {
|
||||
constructor() {
|
||||
super({
|
||||
update: '/user/settings/name',
|
||||
})
|
||||
}
|
||||
}
|
10
src/services/userSettings.js
Normal file
10
src/services/userSettings.js
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
import AbstractService from './abstractService'
|
||||
|
||||
export default class UserSettingsService extends AbstractService {
|
||||
constructor() {
|
||||
super({
|
||||
update: '/user/settings/general',
|
||||
})
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user