Remove unused function (#4467)
This commit is contained in:
parent
f5fa1fb01c
commit
d339bebca0
1 changed files with 0 additions and 8 deletions
|
|
@ -10,14 +10,6 @@ HTMLDocument.prototype.ready = new Promise(resolve => {
|
|||
return null;
|
||||
});
|
||||
|
||||
function isUserSignedIn() {
|
||||
return (
|
||||
document.head.querySelector(
|
||||
'meta[name="user-signed-in"][content="true"]',
|
||||
) !== null
|
||||
);
|
||||
}
|
||||
|
||||
function renderPage() {
|
||||
import('../onboarding/Onboarding')
|
||||
.then(({ default: Onboarding }) => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue