mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 06:48:12 +09:00
nameId → name_id
This commit is contained in:
parent
cd7dee8224
commit
fc54f347b2
@ -77,7 +77,7 @@ export default Vue.extend({
|
||||
|
||||
this.nidState = 'wait';
|
||||
|
||||
(this as any).api('app/nameId/available', {
|
||||
(this as any).api('app/name_id/available', {
|
||||
nameId: this.nid
|
||||
}).then(result => {
|
||||
this.nidState = result.available ? 'ok' : 'unavailable';
|
||||
|
Loading…
Reference in New Issue
Block a user