summaryrefslogtreecommitdiffstats
path: root/settings/src/main-personal-security.js
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-09-09 22:12:29 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2019-09-10 16:22:41 +0200
commit41cbb05aea2a48291825d5b3879a866300f5bcec (patch)
treed399dc52e470d132ebd1ed938d75703d3ff49a20 /settings/src/main-personal-security.js
parent15e16d4a857fbf4152a94900b2abda60da87603d (diff)
downloadnextcloud-server-41cbb05aea2a48291825d5b3879a866300f5bcec.tar.gz
nextcloud-server-41cbb05aea2a48291825d5b3879a866300f5bcec.zip
Split personal security settings in code
Instead of one big monolitic sections this is the first step in breaking down the settings. This should make is easiet to see what does what. As well as nicely splitting up the sections. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'settings/src/main-personal-security.js')
-rw-r--r--settings/src/main-personal-security.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/src/main-personal-security.js b/settings/src/main-personal-security.js
index 799b15952e1..2284cebea7b 100644
--- a/settings/src/main-personal-security.js
+++ b/settings/src/main-personal-security.js
@@ -36,4 +36,4 @@ new View({
propsData: {
tokens: OCP.InitialState.loadState('settings', 'app_tokens'),
}
-}).$mount('#security');
+}).$mount('#security-authtokens');