use base64url not base32

This commit is contained in:
fyears
2021-12-31 01:00:52 +08:00
parent 792703f8b6
commit 1bc6ba4b01
3 changed files with 84 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Vault } from "obsidian";
import * as path from "path";
import { base32 } from "rfc4648";
import { base32, base64url } from "rfc4648";
import XRegExp from "xregexp";
/**