feat: add optional frontend adapter recipes
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
export function persistCredential(token: string) {
|
||||
localStorage.setItem("authToken", token);
|
||||
}
|
||||
Reference in New Issue
Block a user