Betty Steger
Betty Steger
if parsing the `index.html` would be possible, we could also set the right language attribute in the HTML-tag.
@westy92 Sorry, I am using: * macOS 10.12.6 * node 8.7.0 * Chrome 65.0.3325.181 (Offizieller Build) (64-Bit) * html-pdf-chrome 0.5.0
@westy92 also tested on * Ubuntu 17.10 (Kernel 4.13.0-19) * Node 7.8.0 * Chromium 65.0.3325.181 (Official Build) 64bit * html-pdf-chrome 0.5.0 same error
hmm I tried your code, but it is still not working the password field is not filled (before user interaction)
Is this issue still open? i've got the same error although i added: ``` validates :uid, uniqueness: {scope: :provider, conditions: -> { with_discarded }} ``` to my User model
duplicate of https://github.com/lynndylanhurley/devise_token_auth/issues/1171
If anyone needs this, i created a [gist](https://gist.github.com/bettysteger/670a9a3ef0814ff52059dc2e6757e580) if you want to use [devise-two-factor](https://github.com/tinfoil/devise-two-factor)
@imperatormk i removed the header and made the app fullscreen with this commit: https://github.com/lpsBetty/iOS-PWA-Wrapper/commit/67800188604c3791acea899a3eed2dc98c8f466e
@knalli I don't get your plunker, the results are all the same?