token gen

This commit is contained in:
plane000
2018-09-03 21:14:39 +01:00
parent 47a76e2f5b
commit 9ecfa5204f

View File

@@ -0,0 +1,10 @@
import {User} from './user';
class tokenGen extends User {
static async gen() {
let success = false;
}
}