質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -75,7 +75,7 @@
|
|
75
75
|
methods: {
|
76
76
|
register() {
|
77
77
|
axios
|
78
|
-
.post('/accounts:signUp?key=
|
78
|
+
.post('/accounts:signUp?key=myKey', {
|
79
79
|
email: this.email,
|
80
80
|
password: this.password,
|
81
81
|
returnSecureToken: true
|