User bearbeiten Fix

Example domain gelöscht
This commit is contained in:
Georg Reisinger 2019-03-25 09:42:42 +01:00
parent 47d967e4bf
commit e9e746b044

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) {