Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TeDomum
Element
Commits
2120316e
Commit
2120316e
authored
Mar 20, 2020
by
kaiyou
Committed by
ayiniho
Apr 14, 2022
Browse files
Internal hack to disable the registration page
parent
4a56509d
Pipeline
#8497
passed with stage
in 8 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/vector/app.tsx
View file @
2120316e
...
...
@@ -55,13 +55,13 @@ window.matrixLogger = logger;
function
makeRegistrationUrl
(
params
:
object
)
{
let
url
;
if
(
window
.
location
.
protocol
===
"
vector:
"
)
{
url
=
'
https://app.element.io/#/
register
'
;
url
=
'
https://app.element.io/#/
login
'
;
}
else
{
url
=
(
window
.
location
.
protocol
+
'
//
'
+
window
.
location
.
host
+
window
.
location
.
pathname
+
'
#/
register
'
'
#/
login
'
);
}
...
...
Write
Preview
Supports
Markdown
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