We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eaefb commit 75b8b35Copy full SHA for 75b8b35
packages/js/src/types/formbricks.ts
@@ -48,7 +48,7 @@ export interface TFormbricks {
48
setUserId: (userId: string) => Promise<void>;
49
50
/**
51
- * Sets the CSP nonce for inline styles
+ * @description Sets the CSP nonce for inline styles
52
* @param nonce - The CSP nonce value (without 'nonce-' prefix), or undefined to clear
53
*/
54
setNonce: (nonce: string | undefined) => Promise<void>;
0 commit comments