Skip to content

Commit

Permalink
unsocial logic/main/style b00tc4mp#174
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbmaartin committed Oct 8, 2024
1 parent f3b5042 commit 32edbf3
Show file tree
Hide file tree
Showing 7 changed files with 1,161 additions and 406 deletions.
6 changes: 6 additions & 0 deletions staff/aaron-barrios/unsocial/data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//USUARIOS POR DEFECTO
var users = [
{ name: 'Juan Pablo', email: '[email protected]', username: 'juanpablo', password: '123' },
{ name: 'Aaron', email: '[email protected]', username: 'aaron', password: '123' },
{ name: 'Claudi', email: '[email protected]', username: 'claudi', password: '123' }
]
Loading

0 comments on commit 32edbf3

Please sign in to comment.