Backup
This commit is contained in:
9
src/main/java/com/jamesquinley/Asecure/emailVerify.java
Normal file
9
src/main/java/com/jamesquinley/Asecure/emailVerify.java
Normal file
@ -0,0 +1,9 @@
|
||||
package com.jamesquinley.Asecure;
|
||||
|
||||
public class emailVerify {
|
||||
|
||||
/*
|
||||
This will handle both account creation verify and login verify tasks, it will not verify for token based logins as
|
||||
that form of login is client controlled and no user input is allowed, hacked clients are also locked out of the network
|
||||
*/
|
||||
}
|
Reference in New Issue
Block a user