We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbe876 commit 24aed0fCopy full SHA for 24aed0f
1 file changed
src/views/Settings/Settings.vue
@@ -27,6 +27,7 @@
27
<Envelope />
28
<Reminders />
29
<TSA />
30
+ <Confetti />
31
</div>
32
</template>
33
@@ -51,6 +52,7 @@ import SignatureFlow from './SignatureFlow.vue'
51
52
import SignatureHashAlgorithm from './SignatureHashAlgorithm.vue'
53
import SignatureStamp from './SignatureStamp.vue'
54
import SigningMode from './SigningMode.vue'
55
+import Confetti from './Confetti.vue'
56
import Envelope from './Envelope.vue'
57
import SupportProject from './SupportProject.vue'
58
import TSA from './TSA.vue'
@@ -76,6 +78,7 @@ export default {
76
78
SignatureFlow,
77
79
SignatureHashAlgorithm,
80
SignatureStamp,
81
+ Confetti,
82
SigningMode,
83
Envelope,
84
SupportProject,
0 commit comments