diff options
author | Christoph Settgast <csett86@web.de> | 2021-12-21 07:34:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 07:34:16 +0100 |
commit | d970d210da6f7967d26fb22fe03d00d7de73cd25 (patch) | |
tree | 4b1ef850722399f3f190981ff8ff1571b2ac0955 /package.json | |
parent | 7ef12df18807fb36a48406ba6289a7c2aa2c5ca5 (diff) |
feat: force prejoin page instead of profile and av settings (#690)
The settings and the prejoin page which is forced on many instances
including meet.jit.si did conflict, as you could set values in the
settings, then try to override them in den prejoin page only to notice
that it would not work. Clean this up by only having the prejoin page
where all settings can be done before joining the conference.
Closes: #687
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 87216db..8525872 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,6 @@ "@atlaskit/navigation": "^33.3.10", "@atlaskit/onboarding": "^6.2.0", "@atlaskit/page": "^8.0.12", - "@atlaskit/panel": "^0.3.5", "@atlaskit/spinner": "^9.0.13", "@atlaskit/theme": "^7.0.5", "@atlaskit/toggle": "^5.0.15", |