use base64url not base32
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user