Removing the ability to set a role ID from within an app.

This commit is contained in:
mike12345567 2021-06-14 15:29:14 +01:00
parent f886044338
commit 9a5a005e8f
1 changed files with 0 additions and 3 deletions

View File

@ -53,9 +53,6 @@ exports.updateMetadata = async function (ctx) {
const appId = ctx.appId
const db = new CouchDB(appId)
const user = removeGlobalProps(ctx.request.body)
if (user.roleId) {
await addAppRoleToUser(ctx, appId, user.roleId, user._id)
}
const metadata = {
tableId: InternalTables.USER_METADATA,
...user,