0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 10:42:38 +00:00

Add passwordless login for local installs

This commit is contained in:
G.Ambatte
2022-03-07 13:26:54 +13:00
parent 04cd53397a
commit 7c2663fa56
3 changed files with 37 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ const Homebrew = createClass({
global.account = this.props.account;
global.version = this.props.version;
global.enable_v3 = this.props.enable_v3;
global.config = this.props.config;
},
render : function (){
return (