Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
pleroma-fe
Merge requests
!681
fix login
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
fix login
fix/login-local
into
develop
Overview
2
Commits
1
Pipelines
1
Changes
2
Closed
HJ
requested to merge
fix/login-local
into
develop
5 years ago
Overview
2
Commits
1
Pipelines
1
Changes
2
Expand
closes
#440 (closed)
Edited
5 years ago
by
HJ
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
ea62a55f
1 commit,
5 years ago
2 files
+
9
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
config/index.js
+
5
−
0
Options
@@ -38,6 +38,11 @@ module.exports = {
changeOrigin
:
true
,
cookieDomainRewrite
:
'
localhost
'
},
'
/oauth
'
:
{
target
,
changeOrigin
:
true
,
cookieDomainRewrite
:
'
localhost
'
},
'
/nodeinfo
'
:
{
target
,
changeOrigin
:
true
,
Loading