Removed a problem with duplicate binds in worker
This commit is contained in:
@@ -323,9 +323,17 @@ const LoginPage = props => {
|
||||
|
||||
if (document !== undefined) {
|
||||
if (register) {
|
||||
document.title = "Login to Shuffle SaaS"
|
||||
if (isCloud) {
|
||||
document.title = "Login to Shuffle SaaS"
|
||||
} else {
|
||||
document.title = "Login to Shuffle"
|
||||
}
|
||||
} else {
|
||||
document.title = "Register to Shuffle SaaS"
|
||||
if (isCloud) {
|
||||
document.title = "Register to Shuffle SaaS"
|
||||
} else {
|
||||
document.title = "Register to Shuffle"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user