Fix scoped typo (#1605)

This commit is contained in:
pseudonym-2669
2024-01-27 18:36:38 +01:00
committed by GitHub
parent 415a0aaf75
commit 3ef3fbfd0e

View File

@@ -129,7 +129,7 @@ async function revokeSession(id) {
stopLoading()
}
</script>
<style lang="scss" socped>
<style lang="scss" scoped>
.session {
display: flex;
flex-direction: column;