Add ability to reset our password

This commit is contained in:
Chocobozzz
2018-01-30 13:27:07 +01:00
parent 80d1057bfc
commit ecb4e35f4e
32 changed files with 741 additions and 67 deletions

View File

@@ -3,7 +3,8 @@ export type JobState = 'active' | 'complete' | 'failed' | 'inactive' | 'delayed'
export type JobType = 'activitypub-http-unicast' |
'activitypub-http-broadcast' |
'activitypub-http-fetcher' |
'video-file'
'video-file' |
'email'
export interface Job {
id: number