mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 17:16:08 +02:00
Implement MiAuth
This commit is contained in:
@@ -178,9 +178,7 @@ export const meta = {
|
||||
}
|
||||
};
|
||||
|
||||
export default define(meta, async (ps, user, app) => {
|
||||
const isSecure = user != null && app == null;
|
||||
|
||||
export default define(meta, async (ps, user, isSecure) => {
|
||||
const updates = {} as Partial<User>;
|
||||
const profileUpdates = {} as Partial<UserProfile>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user