Resolve "UX, UI : Browse Library"

This commit is contained in:
Eliot Berriot 2018-07-17 11:09:13 +00:00
parent dc5eb1154e
commit 99a37dcb7a
35 changed files with 833 additions and 91 deletions

View file

@ -65,7 +65,7 @@ import PasswordInput from '@/components/forms/PasswordInput'
export default {
props: {
invitation: {type: String, required: false, default: null},
defaultInvitation: {type: String, required: false, default: null},
next: {type: String, default: '/'}
},
components: {
@ -78,7 +78,8 @@ export default {
password: '',
isLoadingInstanceSetting: true,
errors: [],
isLoading: false
isLoading: false,
invitation: this.defaultInvitation
}
},
created () {