add authentication requirement
and a mock auth helper
This commit is contained in:
3
src/lib/authentication.js
Normal file
3
src/lib/authentication.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export function getUser() {
|
||||
return Promise.resolve(null);
|
||||
}
|
||||
Reference in New Issue
Block a user