Merge branch 'from/develop/tusooa/lang-opts' into 'develop'

Add language options

See merge request pleroma/pleroma-fe!1494
This commit is contained in:
HJ 2022-05-22 16:35:51 +00:00
commit a88abc7ee3
13 changed files with 127 additions and 37 deletions

View file

@ -197,6 +197,7 @@ const updateProfile = ({ credentials, params }) => {
// homepage
// location
// token
// language
const register = ({ params, credentials }) => {
const { nickname, ...rest } = params
return fetch(MASTODON_REGISTRATION_URL, {