mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 22:06:29 +02:00
Add password reset
This commit is contained in:
@@ -120,6 +120,7 @@ export class Sheet<
|
||||
if (!foundElement) {
|
||||
throw new Error(`No element found to be set in ${this.name} at id ${element.id}`)
|
||||
}
|
||||
|
||||
if (!_.isEqual(foundElement, element)) {
|
||||
Object.assign(foundElement, element)
|
||||
await this.setList(elements)
|
||||
|
Reference in New Issue
Block a user