Revert "disable account migration"

This reverts commit 2321214c98.
This commit is contained in:
Namekuji 2023-04-14 19:53:59 -04:00
parent aaf098f697
commit 69a1dadcbb
3 changed files with 5 additions and 4 deletions

View file

@ -555,8 +555,8 @@ const eps = [
['i/unpin', ep___i_unpin],
['i/update-email', ep___i_updateEmail],
['i/update', ep___i_update],
//['i/move', ep___i_move],
//['i/known-as', ep___i_knownAs],
['i/move', ep___i_move],
['i/known-as', ep___i_knownAs],
['i/webhooks/create', ep___i_webhooks_create],
['i/webhooks/list', ep___i_webhooks_list],
['i/webhooks/show', ep___i_webhooks_show],