Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pleroma-fe
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
250
Issues
250
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pleroma
pleroma-fe
Commits
1a82a00a
Commit
1a82a00a
authored
Dec 30, 2019
by
HJ
🐼
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mfa_fix' into 'develop'
mfa fix See merge request
!1036
parents
b8f4b18a
816c077c
Pipeline
#21501
passed with stages
in 4 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/components/user_settings/mfa.js
src/components/user_settings/mfa.js
+1
-1
No files found.
src/components/user_settings/mfa.js
View file @
1a82a00a
...
...
@@ -139,7 +139,7 @@ const Mfa = {
// fetch settings from server
async
fetchSettings
()
{
let
result
=
await
this
.
backendInteractor
.
fetchS
ettingsMFA
()
let
result
=
await
this
.
backendInteractor
.
s
ettingsMFA
()
if
(
result
.
error
)
return
this
.
settings
=
result
.
settings
this
.
settings
.
available
=
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment