Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dad
FFDS-register-front
c5c0e2e36d128304ee37fa9291679a9b4f71d8fe
c5c0e2e36d128304ee37fa9291679a9b4f71d8fe
Switch branch/tag
ffds-register-front
src
app
login
models
auth-user.ts
Find file
Normal view
History
Permalink
auth-user.ts
69 Bytes
Newer
Older
refactor(auth): Ajout de la fonctionalité de authentification (imcomplet)
Paulo
committed
Nov 02, 2020
1
2
3
4
export
interface
authObj
{
"
username
"
:
string
,
"
email
"
:
string
}