julianlam / nodebb-plugin-session-sharing

Allows login sessions from your app to persist in NodeBB
MIT License
88 stars 65 forks source link

fix the input of secret #84

Closed 0-Captain closed 3 years ago

0-Captain commented 4 years ago

In some times, the secret need line break but the input component can't deal with line break. So I replace' \\n' to '\n'

0-Captain commented 4 years ago

In some times, the secret need line break but the input component can't deal with line break. So I replace' \\n' to '\n'

julianlam commented 4 years ago

I think a more important question here is... why are you using a line break in your session sharing secret? Can you just... not use \n?