Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7687331
mfa_backup_codes.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
374 B
Referenced Files
None
Subscribers
None
mfa_backup_codes.js
View Options
export
default
{
props
:
{
backupCodes
:
{
type
:
Object
,
default
:
()
=>
({
inProgress
:
false
,
codes
:
[]
})
}
},
data
:
()
=>
({}),
computed
:
{
inProgress
()
{
return
this
.
backupCodes
.
inProgress
},
ready
()
{
return
this
.
backupCodes
.
codes
.
length
>
0
},
displayTitle
()
{
return
this
.
inProgress
||
this
.
ready
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 3, 8:20 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
437502
Default Alt Text
mfa_backup_codes.js (374 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment