mirror of
https://github.com/iv-org/invidious.git
synced 2025-01-11 09:12:22 +05:30
Add new user field for totp secret
This commit is contained in:
parent
d956b1826e
commit
c6d948fa01
@ -7,6 +7,7 @@ struct Invidious::User
|
||||
property notifications : Array(String)
|
||||
property subscriptions : Array(String)
|
||||
property email : String
|
||||
property totp_secret : String?
|
||||
|
||||
@[DB::Field(converter: Invidious::User::PreferencesConverter)]
|
||||
property preferences : Preferences
|
||||
|
@ -17,6 +17,7 @@ def create_user(sid, email, password)
|
||||
token: token,
|
||||
watched: [] of String,
|
||||
feed_needs_update: true,
|
||||
totp_secret: nil,
|
||||
})
|
||||
|
||||
return user, sid
|
||||
|
Loading…
x
Reference in New Issue
Block a user