This commit is contained in:
LukasNowy 2019-03-25 16:33:10 +01:00
commit 4247a58c7e

View File

@ -109,7 +109,7 @@ var vue = new Vue({
var user = firebase.auth().currentUser;
user.updateProfile({
displayName: name,
photoURL: "https://example.com/jane-q-user/profile.jpg"
photoURL: vm.image
}).then(async function () {
}).catch(function (error) {