Add config opts for email language
This commit is contained in:
parent
a5e861cd01
commit
d39de30221
5 changed files with 46 additions and 17 deletions
|
@ -191,6 +191,7 @@ const updateProfile = ({ credentials, params }) => {
|
|||
// homepage
|
||||
// location
|
||||
// token
|
||||
// language
|
||||
const register = ({ params, credentials }) => {
|
||||
const { nickname, ...rest } = params
|
||||
return fetch(MASTODON_REGISTRATION_URL, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue