mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Export additional function
This commit is contained in:
parent
9d69a80cf4
commit
98ef14f131
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export function generatePageTitle(type, data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Copied from https://github.com/openpgpjs/wkd-client/blob/0d074519e011a5139a8953679cf5f807e4cd2378/src/wkd.js
|
// Copied from https://github.com/openpgpjs/wkd-client/blob/0d074519e011a5139a8953679cf5f807e4cd2378/src/wkd.js
|
||||||
function encodeZBase32(data) {
|
export function encodeZBase32(data) {
|
||||||
if (data.length === 0) {
|
if (data.length === 0) {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue