Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
6997d1b4
Commit
6997d1b4
authored
Dec 14, 2017
by
Saleem Latif
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updates
parent
fc0edb56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
lms/static/js/student_account/views/AccessView.js
+0
-2
lms/static/js/student_account/views/RegisterView.js
+0
-2
No files found.
lms/static/js/student_account/views/AccessView.js
View file @
6997d1b4
...
...
@@ -71,7 +71,6 @@
};
this
.
platformName
=
options
.
platform_name
;
this
.
enterpriseName
=
options
.
enterprise_name
;
this
.
supportURL
=
options
.
support_link
;
this
.
passwordResetSupportUrl
=
options
.
password_reset_support_link
;
this
.
createAccountOption
=
options
.
account_creation_allowed
;
...
...
@@ -173,7 +172,6 @@
model
:
model
,
thirdPartyAuth
:
this
.
thirdPartyAuth
,
platformName
:
this
.
platformName
,
enterpriseName
:
this
.
enterpriseName
,
hideAuthWarnings
:
this
.
hideAuthWarnings
});
...
...
lms/static/js/student_account/views/RegisterView.js
View file @
6997d1b4
...
...
@@ -56,7 +56,6 @@
);
this
.
currentProvider
=
data
.
thirdPartyAuth
.
currentProvider
||
''
;
this
.
hideSignInLink
=
data
.
thirdPartyAuth
.
hideSignInLink
||
false
;
this
.
enterpriseName
=
data
.
enterpriseName
||
''
;
this
.
errorMessage
=
data
.
thirdPartyAuth
.
errorMessage
||
''
;
this
.
platformName
=
data
.
platformName
;
this
.
autoSubmit
=
data
.
thirdPartyAuth
.
autoSubmitRegForm
;
...
...
@@ -144,7 +143,6 @@
fields
:
fields
,
currentProvider
:
this
.
currentProvider
,
hideSignInLink
:
this
.
hideSignInLink
,
enterpriseName
:
this
.
enterpriseName
,
providers
:
this
.
providers
,
hasSecondaryProviders
:
this
.
hasSecondaryProviders
,
platformName
:
this
.
platformName
,
...
...
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