Adjust obfuscation of viewing key
This commit is contained in:
parent
e0f631fd03
commit
6122a2d423
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ instance ToJSON OwnerSettings where
|
||||||
, "expiration" .= e
|
, "expiration" .= e
|
||||||
, "payconf" .= pc
|
, "payconf" .= pc
|
||||||
, "crmToken" .= cT
|
, "crmToken" .= cT
|
||||||
, "viewkey" .= (T.take 5 vK <> "...." <> T.takeEnd 5 vK)
|
, "viewkey" .= (T.take 8 vK <> "...." <> T.takeEnd 8 vK)
|
||||||
]
|
]
|
||||||
|
|
||||||
-- Helper Functions
|
-- Helper Functions
|
||||||
|
|
Loading…
Reference in a new issue