Skip to content

Commit 3cf129f

Browse files
committed
fix double =
1 parent b962279 commit 3cf129f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/setup.ssjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188

189189
// create credentials code
190190
setup.credentials =
191-
'<code style="margin-left:20px;%%==</code><br/>'
191+
'<code style="margin-left:20px;%%=</code><br/>'
192192
+ '<code style="margin-left:40px;">EncryptSymmetric(</code><br/>'
193193
+ '<code style="margin-left:60px;">Base64Decode("'+credentialsBase64+'"),</code><br/>'
194194
+ '<code style="margin-left:60px;">"AES","'+libKeys.symmetric+'",@null,"'+libKeys.salt+'",@null,"'+libKeys.vector+'",@null</code><br/>'

0 commit comments

Comments
 (0)