alfred-workflow-gauth
alfred-workflow-gauth copied to clipboard
not work with alfred version Alfred 5.0.1
not work with alfred version Alfred 5.0.1

not account appear
- Open Google Authenticator directory in finder.
- Open
alfred.py, replace codepreferences = plistlib.readPlist('info.plist')withwith open('info.plist', 'rb') as fp : preferences = plistlib.loads(fp.read()) - Save and retry.
- Open Google Authenticator directory in finder.
- Open
alfred.py, replace codepreferences = plistlib.readPlist('info.plist')withwith open('info.plist', 'rb') as fp : preferences = plistlib.loads(fp.read())- Save and retry.
It didn't work for me. For anyone out there struggling with the same issue in macOS 12.x, try this version that uses Python3:
Source: https://www.alfredforum.com/topic/4062-gauth-google-authenticator-time-based-two-factor-authentication/?do=findComment&comment=94149