First commit
This commit is contained in:
15
application/user/user.password.js
Normal file
15
application/user/user.password.js
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
|
||||
import datatype from '/unify/datatype.js';
|
||||
|
||||
import inputPassword from '../elements/inputPassword.js';
|
||||
|
||||
export default class password extends inputPassword {
|
||||
|
||||
|
||||
scope = "private";
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user