Auth Actions

This commit is contained in:
Belen Curcio
2016-11-14 13:04:44 -03:00
parent e7d114d5df
commit 9341caa4d5
11 changed files with 189 additions and 77 deletions
+4
View File
@@ -0,0 +1,4 @@
export default {
email: 'Not a valid E-Mail',
password: 'Password must be at least 8 characters'
};