First commit
This commit is contained in:
19
application/user/user.salt.js
Normal file
19
application/user/user.salt.js
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
|
||||
import input from '../elements/input.js';
|
||||
|
||||
import datatype from '/unify/datatype.js';
|
||||
|
||||
export default class salt {
|
||||
|
||||
datatype = datatype.VARCHAR;
|
||||
|
||||
scope = "private";
|
||||
|
||||
value = "";
|
||||
|
||||
display = "none";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user