Add nami provider to login screen

This commit is contained in:
philipp lang 2022-01-02 12:43:06 +01:00
parent f2ab9b3e95
commit d0fa494011
1 changed files with 3 additions and 1 deletions
resources/js/views

View File

@ -20,7 +20,9 @@ export default {
data: function() { data: function() {
return { return {
values: {} values: {
provider: 'nami',
}
}; };
}, },
methods: { methods: {